Most voted "android-manifest" questions
Each application should have an Androidmanifest.xml file (precisely named) in its root directory. The manifest file presents essential information about your application for Android system, the information system should have before it can run any of the applications.
Learn more…33 questions
Sort by count of
-
6
votes1
answer1057
viewsHow to detect if the system supports hardware acceleration?
Currently I do this so that one of mine activity that require acceleration work: <application android:hardwareAccelerated="true"> <activity ... /> <activity…
-
4
votes1
answer83
viewsAndroidmanifest with multiple tags <application>
I need to use the PARSE and VOLLEY libraries in an Android APP, however, both need to be declared in the TAG Application, on AndroidManifest, but I noticed that there may only be one TAG Application…
-
4
votes1
answer181
viewsManifest error after Android Studio upgrade to version 1.4
I am starting on Android now and had not come across this error before, I have tried to see other projects but even so the error persists, I wonder what is causing the error and how to resolve it.…
-
4
votes1
answer1749
viewsApplication icon does not appear
I’m making an application, but when I install it on my phone, the icon does not appear. I have no idea what it might be, the ic_laucher is there in the drawable folders. What can be? Manifest…
-
3
votes2
answers1369
viewsConfigure "Activity" hierarchy in "Androidmanifest"
I’m trying to figure out how to set up a Activity to return to the Activity previous in AndroidManifest?
-
3
votes2
answers4054
viewsError message (Error:Execution failed for task ':app:processDebugManifest')
When I try to emulate the application I’m developing the following error appears. Error:Execution failed for task ':app:processDebugManifest'. Manifest Merger failed : uses-sdk:minSdkVersion 3…
-
3
votes1
answer479
viewsHow does the allowBackup tag work?
Write to user device with getSharedPreferences("config" ,Context.MODE_PRIVATE) login name and some application settings. Tag allowBackup as true implies saving only this information? When the…
-
2
votes2
answers656
viewsList my app in the list of programs that can open a document
When we receive an email with an attached file and click on this file a list of programs that can open this file is shown. How do I make my app also appear in this list? I’m sorry, I’m new to the…
-
2
votes1
answer948
viewshave you declared this Activity in your Androidmanifest.xml?
Hello, I created a Data Input Activity and another one of "Result", when the button event is activated, to perform the calculations and open the Result Activity, the error appears that it was not…
-
2
votes1
answer3740
viewsCamera permission on Android
I have the following permission to access the camera and store the Androidmanifest.xml file: <uses-permission android:name="android.permission.CAMERA"/> <uses-permission…
android android-camera android-manifest android-permissionasked 7 years, 6 months ago Raphael Prado de Oliveira 1,472 -
2
votes1
answer53
viewsHow to specify the sequence of activities to be initiated?
Hello. I have a question. I have an APP in which 8 Activities, among them has a Splash Screen Activity that presents my logo and then enters my APP. The Splash Screen is set as default, but I need…
-
1
votes1
answer1775
viewsError importing Eclipse project to Android Studio
Every time I import my project "Radio__santana" from Eclipse to Android Studio, returns this error: * C:\Users\Cliente\AndroidImageSlideShow\AndroidManifest.xml: Invalid XML file:…
android eclipse android-studio importing android-manifestasked 9 years, 10 months ago Kauan Kubaski 477 -
1
votes1
answer139
viewsGet meta-data from Androidmanifest
I’m developing a library. For use the developer must inform a usage key. I would like to use the same way as Google maps: <meta-data android:name="com.google.android.geo.API_KEY"…
-
1
votes1
answer2894
viewsCan you cache/retrieve information using javascript/jquery?
Motivation, having an offline application, it is possible to cache information and be sent as soon as the user accesses the page again? How long would this cache last if possible? and what…
-
1
votes2
answers568
viewsIonic with Cordova, Androidmanifest.xml build error
When in my console I give the command to compile my project in Ionic and Cordova, I get the following message: :mergeArmv7DebugResources UP-TO-DATE…
-
1
votes1
answer1381
viewsError while trying to generate a signed APK
Error while trying to generate a signed APK. I have already managed the Keystore, passwords, alias, etc. Error:(32) Error: The element must be a direct Child of the root element…
-
1
votes0
answers27
viewsUse my program to open a particular file
I’m trying to make my app an option (or default) when opening a file. This is the manifest menu: <?xml version="1.0" encoding="utf-8"?> <uses-permission…
-
1
votes0
answers109
viewsFailed to Merge Android Manifest.xml with Admob [UNITY]
The error is present when I try to build my Android game in Unity, it simply accuses error and says that it was not possible to merge the Androidmanifest.xml file.. Erro1 Androidsdktoolsexception:…
-
0
votes2
answers53
viewsError in Debugresources process
Could anyone assist me in solving this error that is occurring. I formatted my machine and installed the version of Android Studio 2.1.2. Since I don’t have domain of the platform, I don’t know if…
-
0
votes2
answers645
viewsFix the XML error
My apps made in Android Studio 2.2.2 give XML error. Classes are as if undeclared. I’ve even asked such a question here, but it had no error specified. the error that appears in Logcat is this:…
-
0
votes1
answer160
viewsHow do I set up permission for testing on Androidmanifest?
I’m with a question to give permission to perform tests on an android application. I created a case of test but the next one appears on the console: does not specify a…
-
0
votes1
answer73
viewsInsert API KEY from aws (Amazon)
I would like to know where I insert the Amazon KEY API into my android project. I will use a database installed on Amazon to record and retrieve my data. Follow my Radle: dependencies { compile…
-
0
votes1
answer220
viewsAndroidmanifest.xml error 'class' or Excepted interface
I screwed up and Manifest doesn’t recognize the Activitys name <activity android:name=".Login" android:label="@string/app_name" android:theme="@style/AppTheme.NoActionBar">…
-
0
votes2
answers1039
viewsHow to force the Landscape/Landscape position?
How to force the Paiage/Landscape position on my Activity forever active and lock the Portrait/Portrait position. I want my app to already start in landscape position and can’t turn to portrait…
-
0
votes1
answer303
viewsApp Bar does not appear
In fact it comes to appear in the program, but not in the simulator Following the Java code public class Perguntar extends AppCompatActivity{ @Override protected void onCreate (Bundle savedInstance)…
-
0
votes0
answers30
viewscontains already entry 'Androidmanifest.xml', cannot overwrite | Android Studio Arctic Fox
Hello, good afternoon. All right? I am facing some problems after updating my Android Studio. Does anyone know how to solve? app build outputs apk dev debug app-dev-debug.apk' already contains entry…
-
0
votes1
answer2042
viewsActivity not found
I deleted the MainActivity and created 2 Layouts. One by the name of activity_acessar and activity_menu. But when I run it displays the following message. Error running app: Default Activity not…
-
0
votes1
answer94
viewsError while trying to generate signed APK. What may be wrong?
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <uses-permission…
-
0
votes1
answer6203
viewsPermissions Androidmanifest.xml file
When performing the installation of the app by Google Play, the app send the msg "App Stopped" so I have to go in settings->Apps->APP and give the permissions manually. Follow the permissions…
-
0
votes0
answers36
viewsDo I have any risk in using parentActivity in the manifest of my android app?
I have an Activity with a text about terms of use. It can be called through a menu and opened directly. So for this reason I have put in the manifest this Activity in parentActivityName so that when…
-
0
votes1
answer62
viewsActivity Access via Manisfest File - Android
Hello, everybody. I’m trying to build an app inspired by pokedex for a challenge, and trying to use the MVC architecture. I’m having problems accessing the activities (that are inside the packages I…
-
-1
votes1
answer680
viewsSwap application label outside Manifest.xml
I am working on a project that will be a template for various applications. So far everything is being configured via JSON. Then the question arose: Is it possible to change this node below outside…
-
-1
votes1
answer95
viewsProblem with Google Play Permissions
I sent a new apk to the Google Play Store to upgrade to another application, however, on the console, in the necessary permissions section I see that the android.permission.RECEIVE_SMS permission is…