-
Notifications
You must be signed in to change notification settings - Fork 858
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
cordova 8.1.2 Build Error after install plugin imagesPicker #278
Comments
Is cordova android? If it is check cordova-android version cause version 7.1.3 breaks a lot of plugins and 7.1.4 fixed it |
@reynave pls. provide a screen shot of your build error |
Hello, same here. Info: ionic (Ionic CLI) : 4.9.0 (D:\Users\Claudio\AppData\Roaming\npm\node_modules\ionic) Cordova: cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1) System: NodeJS : v8.11.4 (D:\Program Files\nodejs\node.exe) Error on build: FAILURE: Build failed with an exception.
BUILD FAILED in 2s
|
@thekingrenz23 sorry for late response,
|
@reynave And this the new repository that resolve my problem: |
this plugin doesn't work with cordova 11 and android@latest |
I have figured out an issue. This plugin (the latest version) is not compatible with android 11. It throws an error that "theme.xml file already exists". It's because you have used a file with the same name in the plugin to get stored in the same location while android 11 comes with that file already. And even after forced installation it is not able to build, it keeps failing. |
cordova 8.1.2 Build Error after install plugin imagesPicker, what's wrong ?
The text was updated successfully, but these errors were encountered: