Some notes to help me understand Ionic Capacitor Plugin Development

Thoughts

`Unhandled Rejection: “XXX” plugin is not implemented on android

android/app/src/main/assets/capacitor.config.json

This file determines whether to use bundled web assets or serve it from development server.

	"bundledWebRuntime": false,
	"server": {
		"url": "http://192.168.18.237:8100"
	}

android/capacitor.settings.gradle

include ':capacitor-storage'
project(':capacitor-storage').projectDir = new File('../node_modules/@capacitor/storage/android')

include ':erik-capacitor-plugin-test'
project(':erik-capacitor-plugin-test').projectDir = new File('../../erik-capacitor-plugin-test/android')
android\app\src\main\assets\public web assets