Thursday, May 16, 2013

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

I know that we have to include this code in the Manifest.
<supports-screens
        android:anyDensity="true"
        android:largeScreens="true"
        android:normalScreens="true"
        android:resizeable="true"
        android:smallScreens="true" >
    </supports-screens>
I have not used this code in the manifest yet but doubt if the problem due to this.

If you know that you have to include this code in the manifest then include it and see if it fixes your problem.  The only way to get rid of your "doubt" as to whether this is the problem is to TRY it and see if it fixes your problem.  If it does then you have no need to doubt.  If it doesn't, then you KNOW  something else is causing the problem.


Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Thu, May 16, 2013 at 9:20 AM, Justin Anderson <magouyaware@gmail.com> wrote:

On Thu, May 16, 2013 at 8:14 AM, bob <bob@coolfone.comze.com> 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

--
--
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, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment