Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-20 Thread Kostya Vasilyev
If your minSdkVersion is now 15 (Android 4.0.3), you might watch to check compatibility with other devices... Unless you've deliberately chosen to focus on Android 4.0.3 and higher. -- K On Monday, May 20, 2013 6:04:09 PM UTC+4, bob wrote: > > Well, I changed from Android 1.5 to '4.0 and up', a

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-20 Thread bob
Well, I changed from Android 1.5 to '4.0 and up', and now it shows up as compatible with tablets. I think I changed minSdkVersion and targetSdkVersion to 15. I might have linked to a newer JAR also. Not sure what did it exactly or why. Not sure if it's worth my time to pinpoint it. Thanks.

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-18 Thread bob
I added this line to the manifest: As far as I can tell, it made no difference. It still claims its not compatible with all tablets on Google Play. Thanks. On Saturday, May 18, 2013 12:41:23 AM UTC-5, MagouyaWare wrote: > > You need to do a combination of and ... > Certain permissions au

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread Justin Anderson
You need to do a combination of and ... Certain permissions automatically set the feature to be required. If you don't want it to be required you need to specify that the feature is not required using : - http://developer.android.com/guide/topics/manifest/uses-permission-element.html

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread bob
I don't think there is a "required"attribute for the uses-permission tag. Thanks. -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread RichardC
How about required=false on the above as Samsung GT-P3110 is not a phone, just a tablet. On Friday, May 17, 2013 10:23:11 PM UTC+1, bob wrote: > > Okay. Here is the manifest: > * * > > http://schemas.android.com/apk/res/andro

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread bob
Okay. Here is the manifest: * * http://schemas.android.com/apk/res/android"; android:installLocation="preferExternal" package="com.myapp" android:versionCode="59" android:versionName="59.0" >

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread RichardC
If you want help on Play Store compatibility issues you need to show us the Manifest. On Friday, May 17, 2013 9:28:43 PM UTC+1, bob wrote: > > Well, I'm continuing to investigate why Google suddenly thinks my app is > incompatible with certain devices. I went to the Play Store and created > th

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread bob
Well, I'm continuing to investigate why Google suddenly thinks my app is incompatible with certain devices. I went to the Play Store and created this compatibility screen shot: It confirms

[android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread jtoolsdev
Though that device is only 1024x600 maybe Play sees it as an xlargeScreen. I've found much of the recommendations and settings not to work as the docs advertise. I would suggest creating a draft application so you can play with manifest settings to get a list of compatible devices. On Thursd

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread bob
Heh… I've been looking into this, and the Nexus 7 is saying the same thing. This is very interesting as I'm pretty sure I downloaded the app as a test to the Nexus 7 from Play Store a few days ago. So, it seems like, a few days ago, version 59 of my app was compatible with the Nexus 7. And, to

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread bob
Hmm… I'm seeing something similar. My app is supposedly not compatible on the Galaxy Tab 10.1: It only requires Android 1.5, and I think it was compatible a few days ago before I made a mi

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-16 Thread Justin Anderson
> > I know that we have to include this code in the Manifest. > android:anyDensity="true" > android:largeScreens="true" > android:normalScreens="true" > android:resizeable="true" > android:smallScreens="true" > > > I have not used this code in the manif

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-16 Thread Justin Anderson
On Thu, May 16, 2013 at 8:14 AM, bob wrote: > Why is it not compatible? > > I believe that would be his question... > Why not just make it compatible? > Because he doesn't know why it isn't compatible... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware -

[android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-16 Thread bob
Why is it not compatible? Why not just make it compatible? Thanks. On Thursday, May 16, 2013 2:23:45 AM UTC-5, Avinhood wrote: > > Hi, > > Please help me on this. I have an app on Play which is not compatible on a > this specific device Samsung GT-P3110, a 7"tab. > > Its compatible on other t