-
-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot find symbol import by.chemerisuk.cordova.support.ReflectiveCordovaPlugin.ExecutionThread; #82
Comments
Closing, as I see the problem is lack of support under Cordova Android 6.3 (which I was pinning to due some other compatibility problems, namely with cordova-plugin-universal-links plugin, but that's another problem). |
error: package by.chemerisuk.cordova.support does not exist import by.chemerisuk.cordova.support.CordovaMethod I am getting this error when trying to build ionic app in android studio. |
Same here |
The author has missing dependency here. So installing |
Hi, I am also experiencing this issue when i tried building on my macbook. on Windows pc it does not have this error. |
Hi, Ionic CLI : 6.20.1 (/usr/local/lib/node_modules/@ionic/cli) Capacitor: Capacitor CLI : 4.4.0 Utility: cordova-res : 0.15.4 System: NodeJS : v16.17.1 (/usr/local/bin/node) |
Facing same issue, I can see the root of the issue ,
the plugin is not correctly installed to android folder @muhammad-gul-dm any update did you find any solution? |
"cordova-support-android-plugin": "^2.0.4" fixed the issue. Life saviour :) |
Building gives me the following error:
Actually, this error occurs after I manually add an entry to
plugins/android.json
for the plug-in. For some odd reason, that entry was not added automatically when I added the plugin to the project (it was added to browser.json). If I don't add that entry, then the app compiles, butwindow.cordova.plugins.firebase.analytics
is not populated, even though the plug-in is referenced correctly inconfig.xml
andpackage.json
if that matters (it is not listed incordova_plugins.js
).What might account for this?
The text was updated successfully, but these errors were encountered: