fix(android): resolve plugin registration with capacitor.plugins.json
- Add capacitor.plugins.json with correct DailyNotification plugin entry - Use 'classpath' field instead of 'classname' for Capacitor 6 compatibility - Add annotation processor dependency to plugin build.gradle - Plugin now successfully registers with Capacitor bridge Fixes: PluginLoadException and plugin availability issues Resolves: DailyNotification plugin not loading despite manual registration
This commit is contained in:
6
android/app/src/main/assets/capacitor.plugins.json
Normal file
6
android/app/src/main/assets/capacitor.plugins.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{
|
||||
"name": "DailyNotification",
|
||||
"classpath": "com.timesafari.dailynotification.DailyNotificationPlugin"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user