Android-manifest Questions
Ad
Why am I getting "Manifest merger failed" after adding Firebase Storage to my build.gradle?
I have been using firebase in my android project. specifically: firebase firestore, firebase authentication, and
Manifest merger failed with multiple errors,Error: tools:replace specified , but no new value specified app main manifest
I am getting manifest merger failed with multiple errors while adding firebase dependencies i tried adding tools:replace tag,
After defining ButterKnife , Manifest merger failed : Attribute [email protected] error
I have a problem about android manifest file in my android project after adding butterknife dependency in gradle file. when i run the
Adding FbFlipper in Android Project gives build error = processDebugManifest > Manifest merger failed
I have added fbflipper metrics. i am getting this
Manifest merger failed after import a module
Hi i am developing a sdk, and when i add these sdk into a app proyect i get the following error: manifest merger failed :
I want to add implementation 'com.google.android.gms:play-services-maps:17.0.0', but show message error
error: manifest merger failed : attribute [email protected] value=(android.support.v4.app.corecomponentfactory)
Manifest merger failed with Firebase Auth
When i implement implementation 'com.google.firebase:firebase-core:17.0.0' implementation
Error occured during insertion of AdMob or Firebase Codes in gradle
I have android studio project, when i insert admob or firebase codes in gradle, see this error manifest merger failed : attribute
How to fix Execution failed for task ':app:processDebugManifest' in React Native?
I find an error when run the project, i try to look for many examples but fail all, this is the detail of error:
why doesn't it change the launcher icon?
I want change the launcher icon but it doesn't change it. i followed the instruction in other so post. what's wrong in my code? thanks
Ad
How can I add foregroundServiceType to a library manifest while maintaining backwards compatibility?
My library project has a location service, and per android q requirements it sets the android:foregroundservicetype="location"
How to set specific data from database in fields when launch through activity shortcut?
I am developing an android based note taking application with categories.i am supposed to create notes shortcuts on home screen. when user click
Create simple WebView with action.VIEW
Hi i've create a simple link browser, but i lost last update to open external url. this is the androidmanifest.xml
Manifest.permission.READ_PROFILE not found
While working on an android application i am required to grant permission for reading/writing for contacts and profile. i found android manifest
My Android Application is getting rejected from PlayStore
I am uploading my application in the android playstore and it is getting rejected because of sms permission in it, but in my
Android Studio 3.4 Manifest merger failed : uses-sdk:minSdkVersion 1 cannot be smaller than version 14
After upgrading android studio to version 3.4 my project sync reports an error: error: manifest merger failed :
Encoding type in Android-manifest causes problems with: finding default activity and compilation process
I am new in android development and currently, i am working on a small application as a part of university classes. i came across a strange
What's the usage of tools:targetApi="m"?
I have an app uses cleartext between android-client and server using retrofit, and in android 9+ it's not
Cannot read packageName from AndroidManifest.xml after minor changes
I made some minor changes in my app but now when i try to build my app im getting this error that says cannot read packagename from
"Default activity not found"
I keep getting the "default activity is not found" error whenever i want to try and run my app. i have tried 'clean project', 'invalidate
App icon changes to default icon after installing from playstore
I have uploaded my app on the playstore.but when i download my app, the icon is set to the default android icon. i tried fixing the problem many
Ad
android exception: activity not found
My application is crashing. android.content.activitynotfoundexception: unable to find explicit activity class
Flutter location permission issues in android manifest file
My flutter code : onpressed: () async { geolocator .getcurrentposition(desiredaccuracy:
Android, choose my app from app chooser when click on json file
What i want to do: i have json file in file manager, i want click on him, then must shown app chooser with my app on list to use.
How to set apps as default or let the user select the app?
Currently i'm trying to create a bunch of simple android apps to replace the default apps with them. i already saw in
Manifest merger failed : Attribute [email protected] - Androidx
When i'm building gradle with androidx i get the following error. please help me to solve this issue. error
Can I override android:noHistory in code?
I am using an activity from a third-party library that has set android:nohistory to "true". is it possible for me to override that value in code
MapsActivity.java doesn't work on android versions higher than 6.0
I am developing on maps activity. my code works on android 4.4 properly but on another device which is 6.0, doesn't work. even doesn't
Can't find Android Manifest in flutter project
Where do i find the android manifest file in flutter 2.2, it's not under its typical location
Violation of the Permissions policy in google play
Our app was currently removed from google play for having the sms permission. we already removed the permission and uploaded a new apk but the
Using activity alias does not reflect on app icon
Trying to use activity-alias for using multiple icons for my application. this is my manifest code : <activity
Override maxSdkVersion used by library
Here's the scenario. my app (a) is using a library (b). my app (a) is using permission read_phone_state and it's declared in manifest.xml
Ad
Flutter add activity to Android Manifest for ImageCropper
I am trying to implement imagecropper inside my app. on android i
How to deal with Error: failed linking references
Today i got email for google api changes so i started changing things and i got into this mess. as these changes are new am adding this
Playstore prompts to 'Declare sensitive permissions'
Our android manifest doesn't have any permissions for sms. we did till 4 releases back. but the playstore still prompts us to fill in the
Flutter build failed error..androidmanifest doesn't have application tag
C:\users\devis\androidstudioprojects\vitality\android\app\src\debug\androidmanifest.xml:7:9-33 error: attribute [email protected]
Manifest merger failed error in Android gradle
I am getting manifest merger failed error. i have tried most suggested way to fix below error with dependency but unable to
How do I make the Android Flutter app icon smaller?
I build android flutter app and it works well but there is one problem when i open the app drawer. the app's logo looks like this. and i
Home screen shortcut wont add
I am trying to add a short on home screen programmatically but it wont work. the code works for oreo and above but not below that.
Denying a permission to a specific library/module
We use this sdk within our app. it's
After removing SMS permission from manifest, alert for removing app from playstore still shows
In google play dashboard, this alert box is showing: alert - this app will be impacted by a policy change. so i removed
Change in android manifest missing when I run the project
So i've just upgraded my flutter to flutter 2, while facing incompatibilities here and there i found an error regarding connection due to the
Change android manifest meta-data programatically in Flutter
I'm in a situation where i could really use functionality to change meta-data in manifest at run-time in my flutter app. as per my understanding,
Ad
Could not find manifest-merger.jar
Could not find manifest-merger.jar (com.android.tools.build:manifest-merger:26.1.0). searched in the following locations:
Android application is installing 2 times in device
I am getting multiple applications(with the same name) while installing this application, if i uninstall one other one gets deleted, in the
Android boot completed notification not received after reboot
I have a broadcast receiver registered in the application manifest to receive the boot_completed notification. after restarting the mobile device
How to change App icon on the Play Market's page
I have a problem with google play. i can't change the app logo which showed in the play market's page of my app. what did i do: 1)
My app is not visible in share dialog even with intent filters in place
I'm working with a team that's developing an app with a feature to share images into our app. now, when i wrote this feature on a separate
How to merge a dynamically created .xml-file with the main AndroidManifest.xml
I'm developing an android app and have made a script that can generate a .xml file dynamically based on certain values. the content it generates
Apply android:excludeFromRecents for all activities in application
Is there a way to set android:excludefromrecents="true" to all activities in application instead of specifying for each activity?
Android - My app can get location information until opening Google Maps although it has related permissions
I am new in android development. so my question may be too basic. sorry for this. now i am maintaining a previously written code. this
How to see AndroidManifest.xml of my packages?
Lets say i have the following inside my application build.gradle file implementation
Error: Overlay manifest:package atribute declared at AndroidManifest.xml:2:5-34. Flutter
Simple proplem, hard to solve (i think), i get this error when i start my main.dart: error: overlay manifest:package
AndroidManifest.xml Back Up Button not working
If i click activity-3 back button then its going to activity-1 instead of activity-2. i am not sure what's wrong in the manifest file.error if i
Ad
My APK requires Internet permission, but I didn't request it in the manifest?
I just released an app on google play, and when i go there it says the following permissions are required by the app:
How do I include an AAR in an app using Android Make?
I'm trying to include a library (leakcanary) when building an app
Explicit Activity Class not Found
This is my part of the fragment where the error is coming: private void openaccess() { if (build.version.sdk_int >=
App icon issue in AndroidManifest.xml after adding external library
I found similar issue @ android studio
Set minimum screen width
Looking a @commonsware answer here, he mentioned that the following can be added to the
More than one Parent Activity - How to?
Helo, i want to have my app to do a config for different clouds. so i need for every cloud a unique class. for example this would
Android - Failed to resolve: cardview-v7
My gradle is like bellow: buildscript { repositories { maven { url 'https://plugins.gradle.org/m2/' }
Setting android:hardwareAccelerated="true" in <activity> or in <application>
I want my app, which relies heavily on gpu, to use hardware acceleration. on some forums i've been suggested to set
How to fix "unexpected element <queries> found in <manifest>" error?
All of a sudden, i am getting this build error in my android project: unexpected element <queries> found in <manifest>
Getting internet permission in flutter app
I'm new to flutter and i'm in a situation to get internet permission for our flutter app which we are developing, we've used
Why my tablet is not compatible with my app on google play
I have the next android.manifest to try to do my app to work on every tablet, although the design is not adapted to all. whats wrong with my file,
Ad
React native, Whats com.facebook.react.devsupport.DevSettingsActivity
There is 2 activities inside androidmanifest.xml when you init new project by react-native, the first one is
can each AndroidManifest in multiple modules project have it's own <application> part? how to share resource among the modules?
Having a androidstudio project which has multiple modules. prj - apply plugin: 'com.android.application', (prj is also the testing
Getting duplicate icons when running my app
I had a previous android project i was working on it but suddenly an error occured in that project and i had no solution except to create a new
The <service> MyFirebaseInstanceIdService is not registered in the manifest
I am using the service of firebaseinstanceidservice to get the refreshed token. however it never called and always has the
Android Manifest duplicate registration for activity
We decided to make an intro/welcome screen to our app. the activity called welcome activity needs to be launched when user goes to the application
My shared preferences are deleting when updating app on google play store
I created a class for "remember me" operations on login screen. i store user datas on sharedpreferences. it's working when making
Issue with adding my FileProvider
If i try to add my fileprovider like this: <provider android:name="android.support.v4.content.fileprovider"
My app crashes while changing screen orientation of unity player
I've my android app which opens unity player on click. my unity player performs as expected. issue: on changing screen
Attribute [email protected] at AndroidManifest.xml:5:9-42 requires a placeholder substitution but no value for <applicationName> is provided. - Flutter
Upon running a project i'm getting following error. launching lib\main.dart on sm n970f in
android version condition for largeheap
I'm trying to use largeheap: true in the androidmanifest file, and i found this answer
Activity rotating itself and back to normal in android 8.1
My app is running fine for all the android version but i have noticed that in android 8.1.0 (oreo) when i go the screen from portrait activity to
Ad
How to fix RecognitionEngine error on android app using API.ai
I've been following some tutorials on how to make an app with api.ai integrated with it. but so far, unlike the tutorials, it gives me an error
"Error running com.example.flutter_launcher. Default activity not found" after changing AndroidManifest
I added this 2 lines in androidmanifest. <category
How to set different label for different Activity?
I have an app and i want to set different label for different activities in my app. think i can change the mainfest file.
Can't build apk for Android 12. Cordova
Please help me with a problem when i try to install the application after building it on android 12 emulator, androidstudio throws errors
App installation fails in Android 12 devices
Our app fails to install after migrating to the targetsdkversion 31. on trying to find the issue we found that a library was using flashlight
How To Set SupportRTL in AndroidManifest for Specifed Activity
I removed action bar from all activities then i put to specific activity an action bar and when i used supportsrtl (in specifed activity) for
path provider flutter download file
I want to download the file in my app and i used dio, path_provider, permission_handler so i should write
Theme in android manifest
How can i combine android:theme="@android:style/theme.material.light" and
Duplicated element in AndroidManifest.xml with Cordova
The build process ends with the following error: build failed in 3s (node:8976) unhandledpromiserejectionwarning: unhandled
Difference between com.google.android.geo.api_key and com.google.android.maps.v2.api_key?
I would like to know what is difference between com.google.android.geo.api_key & com.google.android.maps.v2.api_key
Flutter AndroidManifest Error
I just ported a project built in an earlier version of flutter and android studio to a new machine and updated software. when attempting to build
Ad
declaring an activity in AndroidManifest
i started yesterday with developing app on android
Activity Declaration
I am working on app lock application in android, the error i am facing is utils.java public class util { public
Monitoring app?
I am currently designing an android application which monitor the users activity i need to access the camera the thing is in order to use the
Android Sms Broadcast Receiver not firing despite priority
I have read many similar questions that usually results in an answer about priority. the reason i don't think this is true in my case is that
Activity being recreated even after setting launchMode="singleTop"
I was implementing oauth for fitbit using a custom scheme and for that i require the instance of the calling activity to be used from
Android - Adding at least one Activity with an ACTION-VIEW intent-filter after Updating SDK version 23
I am getting the following tool tip in androidmanifest.xml: app is not indexable by google search; consider
How to target xxxhdpi devices in Android manifest file?
According to google documentation
Ad
Blog Categories
Ad