Questions tagged [manifest-merging]
42 questions
0
votes
1 answer
Manifest merger fail while integrating firebase crashalytics 17.0.1
I am trying to integrate firebase crashalytics to existing app which is android appcompat. I added dependencies as instructed by firebase as below.
buildscript {
// ...
repositories {
// ...
// Add Google's Maven repository (if it's…

Santhosh M
- 21
- 3
0
votes
1 answer
Android - AAR file causes errors
I build an aar file. It use some dependency. build.gradle file of my libray:
apply plugin: 'com.android.library'
android {
compileSdkVersion 27
defaultConfig {
minSdkVersion 19
targetSdkVersion 27
versionCode 1
…

zakjma
- 2,030
- 12
- 40
- 81
0
votes
1 answer
Ignore a manifest file for certain apks of the same build type variants
So the requirement is to add an intent category flag to an activity defined in the manifest. I have 5 build variants already and for one build variant i have 5 other options that are configured in teamcity. And this category should only be applied…

Rat-a-tat-a-tat Ratatouille
- 7,109
- 5
- 31
- 41
0
votes
1 answer
Android manifest merge dropping attribute
I am using groovy to generate a partial manifest that contains intent filter declarations for app links from my build config files. The merged manifest found in the apk looks as expected but with one issue: the attribute android:debuggable is…

kira_codes
- 1,457
- 13
- 38
0
votes
1 answer
Manifest merger failed, use tools:overrideLibrary
Error:Execution failed for task ':app:processDebugManifest'.
Manifest merger failed : uses-sdk:minSdkVersion 10 cannot be smaller than version 17 declared in library [com.android.support:leanback-v17:23.2.1]…

özkan
- 13
- 4
0
votes
2 answers
Can we download a payment application that uses HCE in phones with lower than Android Kit-Kat 4.4.x?
I understand from the official android web site https://developer.android.com/about/versions/kitkat.html which says that "Android 4.4 introduces new platform support for secure NFC-based transactions through Host Card Emulation (HCE), for…

ondermerol
- 524
- 1
- 11
- 29
0
votes
1 answer
It is safe to delete library module AndroidManifest before release compiling?
I have a library module with a dummy manifest (which is an exact copy of my application manifest but with package name changed) which i used in the past (eclipse) to test the library without an application module. Now in android studio i can test…

NullPointerException
- 36,107
- 79
- 222
- 382
-1
votes
1 answer
Failed to build android project with a library project :Manifest merger failed with multiple errors
Getting this error when trying to build a project with library project.
java.lang.RuntimeException: Manifest merger failed with
multiple errors, see logs
at…

Rohit Bansal
- 1
- 3
-1
votes
1 answer
Manifest merger error in Paytm library by adding in dependencies
While integrating Paytm,i used dependency library instead of jar file as per latest release by paytm team.i am getting below error.
Error:Execution failed for task ':app:processReleaseManifest'.
Manifest merger failed : Attribute application@icon…

Raja Sankar
- 39
- 10
-2
votes
1 answer
How to fix manifest merger failed error on android studio?
I've recently formatted my PC and set up the newest version of Android Studio. Now I have a problem with building projects. When I choose an empty activity, at the beginning I've got implementation error.
With some resource I've figured out it's…

Eyup Mert
- 17
- 4
-2
votes
1 answer
Manifest merger failed error when try to upgrade to 26.0.0-alpha1
I have these dependencies:
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
//compile 'com.android.support:mediarouter-v7:25.3.1'
compile('com.mikepenz:materialdrawer:5.8.1@aar') {
transitive = true
}
…

gogoloi
- 627
- 3
- 8
- 19
-2
votes
1 answer
Manifest merger failed arror in android
I'm very new to programming. After adding Google Maps Activity I am getting this error with my manifest file. I've tried everything I could but its proving difficult.
thanks in advance
here my android manifest file

Ahmed_Platform_Eng
- 129
- 2
- 10