Tuesday, August 13, 2013

[android-developers] "Designed for tablets" with both minSdkVersion and targetSdkVersion tags?

I am implementing the new "Designed for tablets" specification on GP. It is easy to implement and get it to work for live wallpapers. I replace <uses-sdk android:minSdkVersion="7" /> with <uses-sdk android:targetSdkVersion="11" /> in the manifest. I wonder if there is any way of having both of the minSdkVersion and targetSdkVersion tags in the manifest? I get a message that the app is not "Designed for tablets" when I try to include both of these tags.

--
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