You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That error is because you are using AndroidX dependencies and the plugin doesn't support AndroidX yet (because cordova-android wasn't using it by default neither)
Now that cordova-android 10 is out with AndroidX enabled, it will be fixed in #751
Also, as workaround, you can use tools such as jetifier, or cordova-plugin-androidx-adapter or similar tooling that patches the plugins to use AndroidX
Closing since the issue creator didn't provide any information
Bug Report
Problem
on android
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
What is expected to happen?
plugins
"prepare_queue": {
"installed": [],
"uninstalled": []
},
"config_munge": {
"files": {}
},
"installed_plugins": {
"cordova-plugin-camera": {
"ANDROID_SUPPORT_V4_VERSION": "27.+",
"PACKAGE_NAME": "com.nav.navidiku"
},
"cordova-plugin-file": {
"PACKAGE_NAME": "com.nav.navidiku"
},
"cordova-plugin-splashscreen": {
"PACKAGE_NAME": "com.nav.navidiku"
},
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "com.nav.navidiku"
},
"es6-promise-plugin": {
"PACKAGE_NAME": "com.nav.navidiku"
}
},
"dependent_plugins": {}
}
What does actually happen?
Information
Command or Code
build realise apc
Environment, Platform, Device
Windows android studio
Version information
Checklist
The text was updated successfully, but these errors were encountered: