Questions tagged as 'android-manifest'

1
answer

Error trying to generate a signed APK

Error trying to generate a signed APK. I already generated the keystore, passwords, aliases, etc.    Error: (32) Error: The element must be a direct child of   the root element [WrongManifestParent]            element should be defined as a d...
asked by 04.07.2016 / 18:15
1
answer

have you declared this activity in your AndroidManifest.xml?

Hello, I created a Data Entry Activity and another of "Result", when the button event is activated, to perform the calculation and to open the activity Result, the error appears that was not declared in the manifest. Can anyone help? My Mani...
asked by 12.02.2017 / 22:35
2
answers

Ionic with Cordova, compilation error with AndroidManifest.xml

When I give my command to compile my project in Ionic and Cordova, I get the following message: :mergeArmv7DebugResources UP-TO-DATE :processArmv7DebugManifestC:\apps\vovocooks-v10\platforms\android\AndroidManifest.xml:28:13-35 Error:...
asked by 03.10.2017 / 15:44
1
answer

Error importing Eclipse project for Android Studio

Every time I import my project "Radio__SantAna" from Eclipse into Android Studio, I get this error: * C:\Users\Cliente\AndroidImageSlideShow\AndroidManifest.xml: Invalid XML file: C:\Users\Cliente\AndroidImageSlideShow\AndroidManifest.xml: Pre...
asked by 19.01.2015 / 13:53
0
answers

Merging Android Manifest.xml failed with AdMob [UNITY]

The error is present when I try to build in my Android game in Unity, it simply blames error and says that it was not possible to give Merge in the AndroidManifest.xml file. Error1    AndroidSDKToolsException: Unable to merge android manif...
asked by 29.04.2018 / 08:48
2
answers

List 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 it is shown a list of programs that can open this file. How do I make my app appear on this list too? I'm sorry, I'm new to the tool and did not see the answer. I changed...
asked by 09.01.2017 / 14:55
1
answer

Camera permission on Android [duplicate]

I have the following camera access and storage permission in the AndroidManifest.xml file: <uses-permission android:name="android.permission.CAMERA"/> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> &...
asked by 09.05.2017 / 23:51
2
answers

How to force the Landscape / Landscape position? [duplicate]

How to force the Paiagem / Landscape position in my activity to always activate and lock the Portrait / Portrait position. I want my application to start in landscape position and not be able to turn to portrait position.     
asked by 01.05.2018 / 03:39
1
answer

Can you save / retrieve cached information using javascript / jquery?

Motivation, having an offline application, is it possible to save cached information and be sent as soon as the user accesses the page again? How long would this cache last if possible? and what are the limitations? Ps. is using the html5...
asked by 14.06.2017 / 16:28
1
answer

Permissions file AndroidManifest.xml [duplicate]

When you install app with Google Play, the app emits msg "App Stopped" so I have to go to Settings-> App-> APP and give the permissions manually. Follow the permissions I need and are in the AndroidManifest.xml file <uses-permissio...
asked by 03.07.2017 / 17:09