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

learn more… | top users | synonyms

0
votes
0answers
21 views

Why would you want to configure intent filters from code?

I'm going through the Wi-Fi Direct tutorials for Android and had a quick question about how they're using an IntentFilter in the section "Set Up a Broadcast Receiver and Peer-to-Peer Manager". There, ...
0
votes
1answer
48 views

Back and Nav Up have different results

I'm having an issue with activity navigation and I can't figure out what I'm doing wrong. I have a MainActivity and a SettingsActivity but using the Back and Up (on the action bar) have two different ...
0
votes
1answer
18 views

android:style value not found error in eclipse

I have the following line of code in my manifest.xml android:theme="@android:style/Theme.Holo.Light" I have developed my app primarily using AIDE, and in AIDE, this line runs fine(compiles and ...
0
votes
0answers
13 views

APK's Supported Device List Does Not Match Google Play

I have an issue where I have uploaded a new app and APK on Google Play and certain devices, such as TF201 (Asus tablet) are unable to install the app due to an indication that "This app is ...
-1
votes
3answers
46 views

Change App Icon And Name From Outside

Is there any way that set the application Icon and Name from an external resource such as an image which embedded inside the assets/ folder in the project? Or is there any way that let us set icon and ...
0
votes
2answers
30 views

How do I properly specify my starting activity in the android manifest?

This is my android manifest and for some reason my MainActivity does not start first. The activity that starts first whenever I run the application is RegisterActivity. Can anyone help me figure out ...
1
vote
3answers
78 views

SherlockFragmentActivity causing ClassNotFoundException

I'm having a class that extends SherlockFragmentActivity When trying to run the program am getting ClassNotFoundException I've tried this solution but to no avail. I would also like to mention ...
0
votes
1answer
17 views

errors on android, trying to link an activity to mapactivity and vice versa

i got an issue which i dont know how to resolve it, can someone explain me how to resolve it ? I think the problem is on linking an activity to a Mapactivity.. Why ? Because my android application was ...
0
votes
3answers
25 views

Android Manifest- intent filter and activity

Could someone explain the following lines in the manifest - <activity android:name=".AboutUs" android:label="@string/app_name"> <intent-filter > ...
0
votes
0answers
33 views

Android App activities consuming only half part of screen size in Samsung Galaxy Tab 2 p3100

I have recently published android app (sdk version 4.2) in playstore. Previously, it was not visible in playstore on Samsung Galaxy Tab 2 p3100, as in my Manifest.xml, I was missing the following ...
2
votes
2answers
33 views

manifest permissions change when rolling out new app version

We had 3 permissions - ver 1.0 - in manifest with app of about 10k+ downloads. We added 1 permission - ver 1.1 - (not knowing that it will take down the "automatic update" checkbox) Update did not ...
0
votes
1answer
16 views

Android / Google Play Not all devices supported

I recently see that about 300 devices aren't supported by my app (and about 50 of Samsung (Galaxy S– GT-I9018 / Galaxy S– GT-I9010 / etc..)) I read several times my manifest but nothing seems ...
0
votes
1answer
18 views

How many scheme & host tags can come under intent-filter in android manifest

Need more info regarding intent-filter tag specified in manifest. I am aware that we can specify data in two forms: <intent-filter> <data android:host="com.myHost" ...
-2
votes
2answers
32 views

which sdk for development I need to use for my app for android 2.1 [closed]

I am very confused about the build target. We can define the application's target and min & max target in manifest file.let's take an example :-- I want to build an application which should run ...
0
votes
1answer
39 views

error: No resource identifier found for attribute 'layout_alignStart' in package 'android'

I have this project imported from another source and there were problems showing. From one of my layouts, it says "error: No resource identifier found for attribute 'layout_alignStart' in package ...
0
votes
3answers
49 views

Error android.support.v4.app.Fragment$InstantiationException: Unable to instantiate fragment com.google.android.gms.maps.MapFragment

i am following tutorial for using google maps api v2 .i am facing an error error logs are 05-15 00:08:18.415: E/AndroidRuntime(4547): FATAL EXCEPTION: main 05-15 00:08:18.415: ...
0
votes
1answer
31 views

Share Intent, inconsistent behaviour

I am not sure how to ask this question. This is not completely a problem, but is seen on some specific scenarios, let me put this like: I have developed an app, that exposes 2 share intent, one is ...
0
votes
1answer
12 views

Access long key from meta-data from AndroidManifeast.xml

I implemented following code and want to access key meta-data value as String from MetaActivity.java AndroidManifeast.xml <manifest xmlns:android="http://schemas.android.com/apk/res/android" ...
0
votes
2answers
51 views

Android: app invisible to tablets on google playstore

I've published my app on google playstore, the app is now visible to phones, but I cannot see it with my tablet(Nexus /). Here is my manifest: <?xml version="1.0" encoding="utf-8"?> ...
0
votes
0answers
11 views

Receiving broadcasts for main mobile features

I'm writing an Android app that needs to be able to respond to changes in the device's connectivity via 3G, WiFi, Bluetooth, GPS etc., now I know how to check these manually but I would like to take ...
0
votes
3answers
41 views

Android manifest errors

I tried to create application name by my language but I got errors from android manifest Tag attribute package has invalid character '�'. <?xml version="1.0" encoding="utf-8"?> <manifest ...
1
vote
1answer
20 views

How can I retrieve the max heap available on device?

I have a problem. My app use 20MB of ram so I want to avoid mobile phone that have heap less than 20MB. I tried with Runtime.getRuntime.maxMemory() but this function retrieve me the wrong result ...
-7
votes
1answer
41 views

Android Application Compatibility [closed]

What should I have to write in manifest for android application screen compatibility for multiple android devices? I tried compatible and support screen but its taking only normal layout.
0
votes
2answers
52 views

Android. No Launcher activity found?

When I'm trying running my app: No Launcher activity found! The launch will only sync the application package on the device! I've readed all questions about similar problems, I changed my ...
0
votes
1answer
26 views

Min SDK version for android application

I have following permissions in AndroidManifest.xml <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> <uses-permission android:name="android.permission.BLUETOOTH" /> ...
0
votes
1answer
27 views

intent-filter for a service : using a custom mime type

I want to add a custom mime so that my Android Service or a BroadcastReceiver would detect my custom files. I have seen answers to questions like How to add custom mime type? and How to add custom ...
2
votes
0answers
83 views

declaring mime type for a “custom file” that is to be sent via bluetooth

I really need help in solving this issue: I am developing an application to transfer a file from my application to other phone using Blue-tooth. When I wanted to transfer an image file, the part of ...
0
votes
2answers
53 views

Android: Is it possible to read package name inside AndroidManifest.xml file

I have a question, is it possible to read package name inside AndroidManifest.xml I mean I have a AndroidManifest.xml as below <?xml version="1.0" encoding="utf-8"?> <manifest ...
0
votes
0answers
20 views

android:starting the right activity fromthe notifications

I have kind of stuck over here. what I want is : My Application expects a File with ".Xcard" extension over bluetooth or NFC. I am pretty sure that when the file is received by Bluetooth it will ...
1
vote
4answers
51 views

API Level 11 min is 9, what can I do to fix this

One of my classes has many errors because API level 11 (min is 9) is it better to fix it or change min. If so how do I fix it or how do I change min Im very new to this, also what is a good source to ...
2
votes
4answers
85 views

Android main activity crash - FATAL EXCEPTION: main

I am getting a null pointer exception when trying to run my app. It seems ok in the manifest xml file. here is the activity java code: package com.shale.activities; import java.util.Arrays; import ...
0
votes
1answer
58 views

build NFC reader in android application

i cant find simple resource to read an NFC Tag. I have looked at the sample code, in the SDK manager but when i run it, it doesn't read my tag. This is something similar that i am trying to ...
1
vote
1answer
68 views

Can't install my first app on Play. Galaxy Nexus between Supported Devices, but apparently not my Nexus

I just uploaded my first app to market and it shows a whopping 1198 devices as supported. Devices, such as: http://i.stack.imgur.com/afQxC.png But when I try to install it on my phone, it goes full ...
0
votes
3answers
27 views

Unable to instantiate activitiy Componentinfo

I know there are many other questions like this, but I read them all and can´t find an answer for my problem. 05-04 08:38:40.742: E/AndroidRuntime(18186): FATAL EXCEPTION: main 05-04 08:38:40.742: ...
0
votes
1answer
49 views

No resource found that matches the given name in Manifest

I'm getting this error when trying to build the application. The xml editor did not highlight both error as missing. As the file/string are already there. android-apt-compiler: [XXX] ...
0
votes
2answers
26 views

Selectively using adroid maps v2 based on user phone features

I am using Android Google maps V2 in my application. If the user doesnt have internet connection, i send them to an alternative activity without maps. The problem is that my app is not supported on ...
0
votes
2answers
40 views

Declare a service(to be private) in android

How would it be possible to create a private service? i mean my custom service should not be accessible by other applications? What parameters i should define in AndroidManifext.XML?
0
votes
0answers
16 views

Website(Platform) how to get app message?

After upload apk file to website(Platform) like play.google.com,it will show all message like app name,package,icon.etc,how it do this ? just
0
votes
1answer
35 views

Nexus 7 Opening a Socket at android api lvl 16 and 17 gives crash?

I have file sender code which works on api lvl 8 and 9. But when i changed the target-api lvl as 16 or 17 it gives error and program closes directly. When i remove <"android:targetSdkVersion=.."> ...
0
votes
0answers
39 views

Receiver “unregister” (via disable) doesn't work (Receiver registered in manifest)

I followed this answer. this works well in emulator but when i try it in real device it doesnt seems to be working. from the answer i used the following code in button to register and unregister ...
2
votes
2answers
108 views

Android manifest config for smartphone only, Sony Xperia Z, HTC One and Samsung Galaxy S4 missing on google play

I've an android app on the google play, which is only compatible for smartphone (i'm working on the tablet adaptation). I've set up this configuration in my AndroidManifest.xml to exclude the ...
-1
votes
1answer
37 views

Android - if I set the Android version to 2.3.3 but left minVersion=4 in the manifest, will the app crash?

I recently changed the properties to have sdk 2.3.3 But I have this in the manifest: <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="15" /> Will my app crash for some ...
1
vote
1answer
50 views

Android manifest for galaxy s3

I have upload the my game that currently support two resolution 1280x800 and 1280x720. Now i have set in manifest give below <supports-screens android:xlargeScreens="true" ...
0
votes
2answers
72 views

Android Activity only works if it's declared as main and launcher activity

I'm building a music player in android. What I'm trying is to show playlist when the app launches and user click on the list item and intent is passed to the android_player activity which plays the ...
2
votes
1answer
184 views

'parse error' when trying to install apk on devices below minimum sdk

When I try to install apk on devices whose sdk level is less than what is mentioned in manifest, I get Parse error message. My question is, is there a way through which we can show a custom message to ...
1
vote
1answer
170 views

Android market “This app is incompatible with all of your devices.”

There is a contradiction between what the Developer Console tells me, and what the Market tells me. I just uploaded an APK to the market, after adding a couple of items to the manifest: ...
0
votes
2answers
39 views

Android manifest properties

I want to know what these properties mean in android manifest:: and why they are used android:taskAffinity="" android:excludeFromRecents="true" ...
0
votes
2answers
96 views

AndroidManifest.xml - The element must be a direct child of the <application> element error

I made a copy of one of my working projects for another project. Ever since I can't get the AndroidManifest.xml to work properly. I get the error The element must be a direct child of the ...
0
votes
3answers
42 views

There are 2 AndroidManifest.xml files in my Android Eclipse Developer app, which one should I edit?

I am using the Android Eclipse Developer app, and with each new Android Project, there are two AndroidManifest.xml files. The first is located at projectName/bin/AndroidManifest.xml The second is ...
7
votes
1answer
148 views

How to abort broadcast notification? (for a non Ordered Broadcast)

My application deals with Cell Broadcast messages, which is a non ordered broadcast. I want my application to receive this broadcast and kill the message notification of CB messages. I've found out ...

1 2 3 4 5 34