Anton A.
Anton A.

Reputation: 1758

Gradle release build failed with Gradle 3.3

I cant deal with gradle build for several hours. It all ok on debug build but release just not building.

Error:

Error:Execution failed for task ':app:processStagingManifest'. Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version 24 declared in library [Wear App sub-manifest] /home/NAME/BOOM/app/build/generated/manifests/microapk/staging/AndroidManifest.xml Suggestion: use tools:overrideLibrary="" to force usage

I understand suggestion, but not understand how to use it and where.

Also, I cant find declared minSdkVersion 24 anywhere in my app modules.

Upvotes: 0

Views: 353

Answers (1)

miljon
miljon

Reputation: 2771

It's probably Android Studio unsolved issue.

For now downgrade of Android Studio is a solution, but I don't know if it fits you.

https://code.google.com/p/android/issues/detail?id=232834

Upvotes: 1

Related Questions