-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Manifest merger failed Cordova-android 8.0.0 in Android Studio #817
Comments
This is usually caused by a plugin that defines the All of your plugins, if they specify |
Ok. How can I add next code to your CordovaLib/build.gradle automatically (it fixes the problem)?
I think that the problem in [email protected] itself. |
You're right, it is a problem with There is a PR (#699) that have already been merged into If you need this change immediately, I'd recommend forking Alternatively you can use |
Yes. Thanks. And here is related bug: |
no, this problem is also with [email protected] |
ERROR: The minSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file. I am getting this issue when building project in android studio with [email protected] |
@timbru31, when do you think 8.0.1 will be available? |
You are probably getting the issue because you are using Android Studio 3.2 or higher @mehulY. No ETAs on future releases, sorry. PSA: Using the CLI of course works to build your app, regardless of the installed Android Studio version. |
so if i will use android studio 3.1 than this issue will not come? |
i have tried using android studio 3.1 but i am getting this error while building gradle. Gradle sync failed: This version of Android Studio cannot open this project, please retry with Android Studio 3.4 or newer. |
In my case. I use
and Build success in Android Studio |
|
Bug Report
Manifest merger failed Cordova-android 8.0.0 in Android Studio for task :CordovaLib:processDebugAndroidTestManifest
Problem
I cannot build/run my project in Android Studio after update to Cordova-android 8.0.0
What is expected to happen?
I can build/run my project in Android Studio
What does actually happen?
ERROR: Manifest merger failed
Information
Command or Code
Environment, Platform, Device
Version information
Checklist
The text was updated successfully, but these errors were encountered: