Top "Android-manifest" questions

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

Implementing an option menu in Android Studio

How do I implement an option menu in my android application? I tried code from Android Developer but I get …

android android-layout android-studio android-manifest oncreateoptionsmenu
adjustPan not preventing keyboard from covering EditText

I'm trying to create a pretty basic chat screen with a ListView displaying the text and an EditText at the …

android android-layout android-manifest android-softkeyboard
Android Studio Manifest Missing Error In Gradle

I'm trying to figure out what I've done to my project. I recently added ActionBarSherlock to my project under the …

android gradle actionbarsherlock android-studio android-manifest
Create System Application

What I should to do to create a system app (to obtain rights to use android:sharedUserId="android.uid.system"…

android android-manifest root
Installing Android App Without SD Card

I uploaded an apk file to a web server and attempted to access the link from the browser on the …

android android-manifest sd-card
How to change android Activity label

I have created an Activity and declared in Manifest file. But I would like to re-use the same Activity for …

android android-manifest android-activity
WRITE_SECURE_SETTINGS permission error even when added in Manifest

I have added "android.permission.WRITE_SECURE_SETTINGS" in the Manifest. But still i get an error message saying - …

android android-manifest application-settings
Error: No resource found that matches the given name (at 'theme' with value '@style/AppTheme')

![give me error : ( ] i tryed every thing ... [2014-11-15 17:56:06 - LoginActivity] C:\Users\Different\workspace\LoginActivity\AndroidManifest.xml:15: error: Error: …

android xml eclipse android-manifest voip
What is metadata ? And what is the use of it in android

I am new to android and I have not seen or heard about meta data before. However I google it …

android android-activity android-manifest metadata
Setting launchMode="singleTask" vs setting activity launchMode="singleTop"

I have an app that is very hierarchical (activities are similar to League > Team > Position > Player) and …

android android-activity android-manifest android-navigation