0
votes
1answer
24 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 ...
2
votes
2answers
41 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 ...
3
votes
2answers
128 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 ...
0
votes
0answers
8 views

Changing app requirements

How can I view and manage requirements of my app (API version is obvious and is in Manifest), but how about having GPS, phone module, and so on? Can I publish in Google play same app but for example ...
0
votes
1answer
51 views

Releasing a new version of app in Google Play

I released version 1.0 of my app into Google Play 8 days ago. I want to release a small update -- version 1.01. From reading this: Regarding version code and version name android manifest I see ...
2
votes
2answers
140 views

Google Play doesn't show my application for Tablet

I deployed my application on Google Play and it doesn't show as available for Tablet. It has support for xlarge screens (as suggested in the SO answer) The reason it doesn't show is that it requires ...
7
votes
5answers
348 views

How do you specify in AndroidManifest.xml that you want to forbid installing on devices smaller than a 4.7-inch device?

I have a game that feels best on 7-inch tablets, and feels acceptably nice on 10-inch tablets and 5-inch Samsung Note-size devices. It's even just passably fun on something the size of a Nexus 4 ...
3
votes
1answer
390 views

Failed to run aapt dump badging - Google play store

I can't upload my application to the Play Store. When I upload the file.apk, I recive this error: Failed to run aapt dump badging: W/ResourceType(17873): Bad XML block: header size 28024 or ...
0
votes
1answer
146 views

Download and install android app from another android app

Is it possible to download and install android application(from Google Play) from another android application ? If so, could you please provide an example how to implement it? Thanks !
-5
votes
1answer
314 views

My App installed in internal Memory, android:installLocation=“preferExternal” [closed]

I cannot move my app to the internal memory, when i have installed from the Google PLay. However from Eclipse, while i was developing I could move it, and if I install directly from the .apk too. I ...
4
votes
2answers
179 views

Google TV : Supported Android devices 0 devices

image link this is my Google TV application manifest which i uploaded on google play end i get message "0 devices are suported" can someone tell my what i'm making wrong (i want to target googleTV ...
2
votes
1answer
268 views

Why my App is not showing up on tablets in Google Play?

I made an app, works well on phones and tablets in the AVDM, upload the app to Google Play but this is not shown in tablets only in phones. I took some codes of other questions, but still no. I think ...
1
vote
1answer
35 views

Can I leave the reference to android.test.runner when releasing my app?

I've added the following line in my manifest during development : <uses-library android:name="android.test.runner" /> Is it OK to ship the manifest like that or should I comment/remove this ...
1
vote
2answers
601 views

Android Market hide my Application to some tablet (like Nexus 7)

This is my configuration of Manifest.xml, I don't understand why Nexus 7 and other tablet can't be able to download this app from market. <uses-sdk android:minSdkVersion="10" ...
0
votes
2answers
158 views

Google Play excludes devices

I have the following AndroidManifest.xml: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="my.app" android:versionCode="1" ...
0
votes
1answer
66 views

Google Play Distributing to Phones only

I read the guide Distributing to Specific Screens and i tried both <compatible-screens android:smallScreens="false" android:normalScreens="false" android:largeScreens="true" ...
4
votes
2answers
159 views

android:<supports-screens> Tag

I want my application to work on all Tablets, starting from for example Samsung Galaxy TAb 7 Inch up to any other tablet size. When I published my app in the google play, It appeared on same handsets ...
0
votes
1answer
168 views

Activated APK get error on Google Play: This application is available to over 0 devices

I've uploaded my app yesterday and it populated in Google play market. However, I could not download it. My device says it is not compatible. I checked the devices available and it was zero. I ...
0
votes
3answers
641 views

Has google toughened the restrictions for manifest package name?

There is an application (already published to the Play Store) that has package name, that doesn't fully conform to the Java naming convention (like CompanyName.ApplicationName). Today, I was unable ...
1
vote
2answers
107 views

opengl ES OES vs EXT?

I am bit confused about what OES and EXT means ? I know that EXT(openGL extensions) is for graphic card vendor specific and it might be supported on a phone and maybe not. But what about OES ? Is it ...
1
vote
0answers
55 views

Releasing packages on Play store

So, I have a fairly large app that I'd like to distribute via packages in the Play store. I see this tactic used quite often. I haven't seen much in the way of actually doing it. From what I've ...
0
votes
1answer
685 views

Android, Google Play - “The server could not process your apk. Try again.” error

i repeatedly tried to upload my app, but every time upload crashed. Before uploading i cleaned and built project, then i exported it. This is my manifest: <?xml version="1.0" ...
1
vote
3answers
343 views

How to see the Developer ID for an apk file?

I have few apk files downloaded on my system. Now I want to find their Developer ID/Creator_ID (like we have Google Inc, Facebook,etc). I could not find that in the apk's manifest file. Does this info ...
0
votes
1answer
257 views

Why apk isn't compatible from Google Play for Gigabyte GSmart G1345

The AndroidManifest except for Activities is: <manifest android:installLocation="auto" android:versionCode="1" android:versionName="1.1" package="..." ...
0
votes
2answers
903 views

Error when uploading .apk to google play : this file is invalid: error getting 'android name' attribute for service: attribute is not a string value

I'm uploading my draft live wallpaper .apk file to google play but I got this error: this file is invalid: error getting 'android name' attribute for service: attribute is not a string value I have ...
1
vote
2answers
283 views

Play Store apparently ignoring my supports-screens settings

The company I work for recently released some apps which were specifically designed to work on phones only. To make sure the apps wouldn't be downloadable on tablets, we added the <supports-screens ...
4
votes
2answers
2k views

Android NDK and Google Play filtering

The Google Play appstore automatically filters your application to devices with compatible CPU architecture. E.g. if you have a library which is only compiled for ARMv5, your app will only show up for ...
1
vote
1answer
1k views

How check if a specific sensor exists on a device?

I'm developing an android app that uses Sensors and I would like to know the best way to detect if a device has a specific sensor, let's say, a Proximity Sensor. Also, is there any "filter" that can ...