Tagged Questions
2
votes
5answers
35 views
How to make android app available for both tablets and pre 11 sdk?
Update: Adding this to manifest solved it:
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14"/>
<supports-screens android:smallScreens="true" android:normalScreens="true" ...
1
vote
1answer
31 views
Why do I get this optimizing tip in Google Play
In Google Play one of my apps gets this warning in optimizing tips:
Your APK needs to meet the following criteria:
Uses available screen space on 7" tablets.
I have read the documentation and don't ...
0
votes
2answers
123 views
App doesnt show in Google play for tablet
My app's build sdk is Google APIs 2.2 [API 8] and has all the layout necessary for small and large phones and tablet also. The problem is that it is not shown in google play for tablet.
manifest file ...
3
votes
2answers
296 views
android app shows up in Google Play for mobiles, but not tablet
I have an app in Google Play (using PhoneGap) that is appearing in searches by phones, but not in searches by tablets. Any ideas why?
The Android Manifest file doesn't restrict it to any screen as ...
15
votes
4answers
6k views
Why my App is not showing up on tablets in Google Play?
I just released my app for phones and tablets but it is not showing up in Google Play for tablets.
Checked on Nexus 7 and Asus eeeePad
This is what I have in my manifest file
...
1
vote
1answer
870 views
How to deploy PhoneGap App to Android TABLET Market?
I built a phonegap app that is simply an launcher to a website. You downlaod hte app, click on it, and it will open up your web browser at a specific url.
People with android phones see this app in ...
0
votes
2answers
533 views
Google play is not displaying my app for tablets?
I would like to display my app for tablets as well,what are the necessary steps needed to be followed so that my app do get listed for tablet as well.Already my app is been listed for mobile phones.Am ...
1
vote
2answers
282 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 ...
5
votes
4answers
5k views
App not compatible with tablet
I've build an Android app...for phones...but I wouldn't mind to broaden my audience and let Tablet owners download it as well....
To be honest. it doesn't look very neat on a tablet...but I don't ...