manifest-merging Questions

4

Solved

I have a library module with a huge manifest. Also i have a application module with a huge manifest very similar to my library manifest but with package name changes. Now i want to see the resultin...

3

Solved

I'm working on an SDK that uses an internal ContentProvider, I would like to use this SDK in a few projects, and declare it in the library manifest, so I've tried this: <provider android:name...
Hooknose asked 11/6, 2015 at 20:26

2

I have problem with my Android Studio Instant App Project. If I select Manifest.xml in /app directory then select Merger Manifest then I have such error: Merging Errors: Error: Attribute provide...
Japan asked 14/7, 2018 at 11:25

2

Solved

Background In the past, when Eclipse&ADT were the official tools to develop for Android, you could simply use "manifestmerger.enabled=true" inside the "project.properties" of the app's project...
Doublespace asked 6/1, 2015 at 0:21

2

Solved

Background I maintain a library whose core functionality involves sharing programmatically-captured screenshots to external email applications. I use a FileProvider to accomplish this, which mean...

2

Solved

I am trying to modify my gradle file to allow for different names for my app based on Flavor and Build Type. So far, I have been successful in being concise with Flavor based naming using Manifest ...

1

Solved

I am modifying current android project so it can be installed on same device for multiple flavors and build configs. build.gradle: { // ... defaultConfig { applicationId "com.myapp" manifestP...

1

Solved

When i compile my app for release, a new permission called USE_CREDENTIALS is being added to my manifest. <uses-permission android:name="android.permission.USE_CREDENTIALS"/> Why? What is ...
1

© 2022 - 2024 — McMap. All rights reserved.