Top "Android-manifest" questions

The manifest presents essential information about the application to the Android system

My debug AndroidManifest.xml is giving me "cannot resolve symbol errors"

<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="ac.tec.oop.ahorcado.android" android:versionCode="1" android:…

android android-manifest android-studio
Android Activity Background Image

How do I use a background image in an Activity theme/style? If I do this using a colour: <…

android background android-manifest xamarin.android splash-screen
Android Task Affinity Explanation

What exactly is the attribute taskAffinity used for? I have gone through the documentation but I couldn't understand much. Can …

android android-manifest taskaffinity
Usage of android:process

I have this AndroidManifest.xml file: <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:…

android android-manifest
Android Studio two flavors with different manifest files

I'm having issues with defining two different manifest files for my flavors in Android Studio. This is my current project …

android android-studio android-manifest android-gradle-plugin
How to fix INSTALL_PARSE_FAILED_MANIFEST_MALFORMED in my android application

Hi I am trying to experiment with gcm but unable to make it work. Don't know where I am messing …

java android android-emulator android-manifest google-cloud-messaging
How to autoincrement versionCode in Android Gradle

I'm experimenting with new Android build system based on Gradle and I'm thinking, what is the best way to autoincrease …

android build android-manifest gradle auto-increment
Debugging a service

I have written a service with a remote interface and installed it on my PC's Eclipse AVD. I have a …

android debugging android-service android-manifest
Encode/Decode AndroidManifest.xml inside APK

I'm using ApkTool to decode AndroidManifest.xml inside an APK file and it works perfectly but how can I encode …

android android-manifest apk decode encode
Is there any way to have one and only one instance of each activity?

I'm finding that in my application, the user can get quite 'nested' in the various activities that are opened while …

android android-manifest android-activity