android-manifest Questions

2

Solved

I'm using flutter and utilising the RawDatagramSocket in dart in order to send a WOL packet. My code works fine in IOS but in the android emulator I keep getting this error Unhandled Exception: S...
Froude asked 21/2, 2020 at 16:54

2

Solved

I keep getting a ClassNotFoundException every time I create an Android application in Eclipse. This is something that has never happened before up until this morning after using Eclipse for months....

3

I am getting the error AAPT: error: unexpected element <property> found in <manifest><application> in the file (MyUser)\.gradle\caches\transforms-2\files-2.1\f8eb949f3b3f333139f...
Refutative asked 11/11, 2023 at 2:5

2

In our react-native app, Google Play says "Remove Full-screen intent permission or submit declaration", so I checked my AndroidManifest.xml, but there was no USE_FULL_SCREEN_INTENT permis...

33

This's my first flutter App and for some reason the Android launcher icon stopped showing so I was trying to fix that, I did a bunch of things and ended up with this error. flutter doctor shows ev...
Ganesa asked 11/2, 2019 at 18:17

5

Problem: I'm encountering an unusual issue where the onCreate() method of my app's launcher activity (MainActivity) is being called twice, but only when I launch the app for the first time after in...

7

I'm getting the following error when trying to submit my app to the Play Store: Your declaration on Play Console says that your app uses advertising ID. Your manifest file doesn't include the com....

7

Solved

I have created the MAUI project according to the getting started guide: Installation Build your first app It is a default project without any changes. Now, I am trying to build my project and I g...
Therese asked 19/10, 2021 at 12:6

4

Launching lib\main.dart on sdk gphone64 x86 64 in debug mode... lib\main.dart:1 C:\Users\lucks\OneDrive\Desktop\intern\android\app\src\debug\AndroidManifest.xml:15:9-22:20 Error: android:exported n...
Grating asked 8/9, 2022 at 6:40

12

I am using two different plugins into cordova, which both have the same uses-feature, one with android:required="false" and one without. This results in an error upon build: processDebugManifest ...
Cariecaries asked 29/12, 2015 at 12:8

3

Solved

Need more info regarding intent-filter tag specified in manifest. I am aware that we can specify data in two forms: <intent-filter> <data android:host="com.myHost" android:scheme="conten...
Anguine asked 16/5, 2013 at 9:12

3

Solved

I want my app, which relies heavily on GPU, to use hardware acceleration. On some forums I've been suggested to set android:hardwareAccelerated="true" inside <application> and on other forums...
Gettings asked 30/8, 2018 at 7:44

4

In general android manifest for my app that uses google map v2 looks something like this: <manifest> ... <application> ... <!-- Google API Key --> <meta-data android:nam...

4

Solved

I've made an sms application but when it's installed it does not appear on the app drawer (the bit where you launch applications from on the home screen)! I can confirm it is actually installed bec...
Presentment asked 25/5, 2011 at 15:0

13

Solved

I followed the insttructions on https://developer.android.com/training/app-indexing/deep-linking.html, but when I want to trigger the intent through adb with: adb shell am start -W -a android.int...
Pyrophyllite asked 17/7, 2014 at 16:22

6

Solved

I have to programmatically retrieve permissions from the manifest.xml of an android application and I don't know how to do it. I read the post here but I am not entirely satisfied by the answers. ...
Belew asked 14/8, 2013 at 16:5

2

I am trying add AdMob ads in my app. when I add AdMob dependency and implement ads after when I run the app I got this error. Manifest merger failed : Attribute property#android.adservices.AD_SERVI...
Canaster asked 19/4 at 1:39

8

I am targeting my Android app for Android 13 (API 33) The WRITE_EXTERNAL_STORAGE permission seems to be working fine below API 33 i.e. Android 12 and less but the runtime permission popup for WRITE...

8

Solved

I am compile code with following build.gradle file android { compileSdkVersion 23 buildToolsVersion "23.0.1" defaultConfig { applicationId "com.example" minSdkVersion 15 targetSdkVersion 2...
Rew asked 2/11, 2015 at 7:35

4

I'm getting a Flutter build error in AndroidManifest.xml android:exported needs to be explicitly specified for element <service#io.intercom.android.sdk.fcm.IntercomFcmMessengerService>. Apps...
Rockies asked 10/6, 2022 at 5:43

8

Solved

All of a sudden, I am getting this build error in my Android project: unexpected element <queries> found in <manifest> How do I fix it?
Bluebell asked 18/7, 2020 at 14:48

39

Solved

After upgrading to android 12, the application is not compiling. It shows "Manifest merger failed with multiple errors, see logs" Error showing in Merged manifest: Merging Errors: Erro...
Fabriane asked 28/7, 2021 at 4:9

7

Solved

Cannot update my app in Google Play since it says: This release includes the com.google.android.gms.permission.AD_ID permission but your declaration on Play Console says your app doesn't use adver...

2

I'm implementing a screen on my project using jetpack compose (1.0.0-beta09) but I'm facing a issue on a screen with a footer that need to be always visible, even the keyboard is opened, I know tha...

3

Solved

After installing a new library in my android project, I get the following error: /android/app/src/debug/AndroidManifest.xml Error: Attribute application@label value=(Compassion) from (unknown) is...
Infection asked 3/7, 2022 at 9:21

© 2022 - 2024 — McMap. All rights reserved.