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

learn more… | top users | synonyms

0
votes
0answers
7 views

cannot find android manifest file though its present in project structure

I have changed the project structure as suggested in Can't read ... AndroidManifest.xml - while attempting Android Notepad Tutorial - Exercise 1 and restarted android studio yet the problem ...
0
votes
1answer
21 views

Removing <uses-feature> doesn't remove it from for Google Play

I am developing an app for Android, and, after uploading it to Google Play, I realised that I was not depending on a <uses-feature> anymore, so I removed it. To be more specific, I was coding a ...
0
votes
1answer
14 views

Modified AOSP app launcher asks complete action using?

For a test, I've modified the AOSP "Music" app a little. In the manifest, I've made the following changes: Change package name from "com.android.music" to "com.android.mymusic" Change android:label ...
1
vote
2answers
31 views

Google maps no empty tiles, no map, no LogCat errors. Map API V2 6/2013

My map wont show up. I DONT even get a map grid nor any error messages in the Log Cat. I do not get any type of “Failed to authenticate via google api” or anything like that (which makes me believe ...
0
votes
1answer
18 views

Declaring library activity in manifest

I seem to have some problems with declaring an android activity from a different package (imported jar library in the libs folder) in my applications manifest... The libraries package is ...
0
votes
0answers
14 views

how to launch own application when user open browoser

I want to start up own android application when user click the browser,such as user access wap.sohu.com in UC Web,Chrome etc. some tips regarding add data element in Mainifest.xml. but it is not I ...
0
votes
0answers
7 views

Manifest merging in Android Studio

Is there any way to use ADT's manifest merging feature (manifestmerger.enabled=true in project.properties) in Android Studio?
0
votes
1answer
21 views

Intent Extras of GCMIntentService is not passed

I coded GCMIntentService but called Activity cannot get the Extras. @Override protected void onMessage(Context context, Intent intent) { Intent resultIntent = new Intent(this, ...
0
votes
1answer
20 views

What is this android.permission.STATUS_BAR_SERVICE used for? And what is the difference between uses-permission and permission?

I want to know more about this permission and its signature level? <permission android:name="android.permission.STATUS_BAR_SERVICE" android:protectionLevel="signature" /> Like ...
0
votes
1answer
28 views

How to launch root activity(Restart Application) using home key in Android?

I want to launch the root activity once app is maximized using home key(Previously it is minimized using home key). I've tried to set android:clearTaskOnLaunch="true" on my root activity(Splash) but ...
0
votes
0answers
14 views

RuntimeException:doinbackground() due to contentprovider in android application

I am having a hard time in getting this error resolved. It seems that my android application is not running because of its wrong declaration in android manifest file because when I remove the ...
-2
votes
5answers
31 views

android noclassdeffoound error [closed]

This is my splash screen activity im trying to display a particular image for a period of time and when it is supposed to go to the second class it gives me an error as no classdeffounderror ...
0
votes
2answers
32 views

Unable to instantiate activity ComponentInfo error (Checked Manifest)

Hey guys I was running my app in an emulator but I ran into an error that caused the application to crash whenever I selected a list item. The error log I got was: 06-07 17:41:50.150: ...
0
votes
3answers
64 views

My Android app splash screen launches in the android emulator, but then the actual app never shows

When i try to run my app, the splash screen comes up correctly, and right after it closes, a message pops up that says "Unfortunatly, First app has stopped working" I've tried a ton of different ...
0
votes
1answer
39 views

Why my app is not compatible with some devices?

I don't understand why my app is not compatible with many devices, in fact 479, between them Nexus 7, Samsung Galaxy III, Xtouch X405... I have tried many configurations in the manifest file but I ...

1 2 3 4 5 117
15 30 50 per page