All Questions
Tagged with manifest android-manifest
132 questions
4
votes
3
answers
860
views
React-Native Manifest merger failed with multiple errors
From today I am getting the below error while building the app from the android studio:
/Users/macm60/Desktop/mobile-app/android/app/src/debug/AndroidManifest.xml:15:13-72 Error:
Attribute provider#...
0
votes
0
answers
145
views
Does Android Manifest xml file has anything to do with the fact that Unity game isn't working on some android phones?
I am not an android developer, but a beginner Unity game dev. I'm trying to make a game for android where access to the camera roll/gallery is required. it has worked on the Huawei android version 9 ...
0
votes
0
answers
41
views
How can I resolve "Manifest Merger" error in android-studio?
Am trying to build an application in android and I get this error "Manifest merger failed with multiple errors, see logs". How can I fix it?
I tried to to manipulate the androidmanifest.xml ...
0
votes
1
answer
44
views
I created a many Empty activity and show me error in Manifeast
enter image description here
I got error - Class referenced in the manifest, com.example.#.HomeActivity, was not found in the project or the libraries
I create a fresh application and i created only ...
1
vote
2
answers
3k
views
Where is the merged Manifest in Flutter Project?
The merged Manifest window is not showing in Android Studio for Flutter Project. Where to find the merged manifest.
1
vote
1
answer
872
views
Class referenced in the manifest
Class referenced in the manifest, com.theartofdev.edmodo.cropper.CropImageActivity, was not found in the project or the libraries.
pic
2
votes
1
answer
2k
views
Flutter-Please ensure that the android manifest is a valid XML document and try again
Here I am getting an error while run flutter project.
*** Error parsing LocalFile: 'D:\DEVELOPMENT\Paklayer\park_app\android\app\src\main\AndroidManifest.xml' Please
ensure that the android manifest ...
0
votes
1
answer
614
views
How to fix this error in my android manifest, flutter project, Android studio
I have a bug in my android manifest it showing "Attribute tools:replace is not allowed here, Unresolved class 'MainActivity' "
and if I run the app I got this bug
Class 'String' has no ...
1
vote
1
answer
718
views
Manifest cannot resolve add tools:replace="android:value" to <meta-data> element
I am working on project in which I have used two sdks one is Persona SDK and second
Ramp SDK. after adding Ramp sdk dependency it started giving me this error.
Here is error while building project
...
1
vote
4
answers
5k
views
Flutter location permission issues in android manifest file
my Flutter code :
onPressed: () async {
Geolocator
.getCurrentPosition(desiredAccuracy: LocationAccuracy.best, forceAndroidLocationManager: true)
...
48
votes
22
answers
94k
views
android:exported added but still getting error Apps targeting Android 12 and higher are required to specify an explicit value for android:exported
I have added android:exported="true" to my only activity in manifest but still getting below error after updating compile sdk and target sdk version to 31.I also tried rebuilding the project ...
14
votes
4
answers
3k
views
After updating Gradle to 7.0.2, Element type “manifest” must be followed by either attribute specifications, “>” or “/>” error
So today I updated Android Studio to:
Android Studio Arctic Fox | 2020.3.1
Build #AI-203.7717.56.2031.7583922, built on July 26, 2021
An I got a 'Android Gradle Plugin can be upgraded' notification.
...
0
votes
1
answer
101
views
Changing Activity ordering in Merged Manifest
I have a manifest defined for a build variant package (debug) which includes a Launcher Activity, and then in my main manifest i have another Launcher defined. Now, in the Merged Manifest, because ...
1
vote
1
answer
74
views
Manifest merger failed1
i changed sdk and the following error appears.
I have next grade.
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
// buildToolsVersion '27.0.3'
defaultConfig {
...
0
votes
1
answer
819
views
Android 11 - Not able to open google map application with mimeType text/plain
Not able to open the navigation app when passing the mimetype as "text/plain"
<queries>
<intent>
<action android:name="android.intent.action.SEND&...