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
{{ message }}
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
I have installed Cordova 8.1.2 (cordova-lib@8.1.1), Android 8.0.0 and gradle 5.3.1 and the build fails with the following error:
/home/development/cordova/appname/platforms/android/gradlew: Command failed with exit code 1 Error output:
/home/development/cordova/appname/platforms/android/app/src/main/AndroidManifest.xml:49:5-108 Error:
Element uses-permission#android.permission.WRITE_EXTERNAL_STORAGE at AndroidManifest.xml:49:5-108 duplicated with element declared at AndroidManifest.xml:48:5-81
/home/development/cordova/appname/platforms/android/app/src/main/AndroidManifest.xml Error:
Validation failed, exiting
FAILURE: Build failed with an exception.
AndroidManifest.xml contains the following permissions:
The first permission was added by another plugin, cordova-plugin-file, the second permission was added by cordova-plugin-ironsource-ads.
Commenting out the any permisions in the plugin.xml (in the plugin folder) and removing it from AndroidManifest.xml solves the issue, but I hope it can be avoided in the following versions.
By the way, when do you think it is going to be ready the banner?
The text was updated successfully, but these errors were encountered:
I have installed Cordova 8.1.2 (cordova-lib@8.1.1), Android 8.0.0 and gradle 5.3.1 and the build fails with the following error:
/home/development/cordova/appname/platforms/android/gradlew: Command failed with exit code 1 Error output:
/home/development/cordova/appname/platforms/android/app/src/main/AndroidManifest.xml:49:5-108 Error:
Element uses-permission#android.permission.WRITE_EXTERNAL_STORAGE at AndroidManifest.xml:49:5-108 duplicated with element declared at AndroidManifest.xml:48:5-81
/home/development/cordova/appname/platforms/android/app/src/main/AndroidManifest.xml Error:
Validation failed, exiting
FAILURE: Build failed with an exception.
AndroidManifest.xml contains the following permissions:
The first permission was added by another plugin, cordova-plugin-file, the second permission was added by cordova-plugin-ironsource-ads.
Commenting out the any permisions in the plugin.xml (in the plugin folder) and removing it from AndroidManifest.xml solves the issue, but I hope it can be avoided in the following versions.
By the way, when do you think it is going to be ready the banner?
The text was updated successfully, but these errors were encountered: