daniloriso / libgdx-backend-android-livewallpaper

Automatically exported from code.google.com/p/libgdx-backend-android-livewallpaper
0 stars 0 forks source link

android:targetSdkVersion="10" required #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Live wallpaper doesn't appear in 4.3 without adding 
android:targetSdkVersion="10" in AndroidManifest.xml

Original issue reported on code.google.com by princel...@gmail.com on 5 Mar 2012 at 8:49

GoogleCodeExporter commented 8 years ago
Instead of adding android:targetSdkVersion="10" to the AndroidManifest.xml 
file, modify the sdk version specified in you project.properties file directly 
to point to the target sdk desired by you.

Original comment by shashank...@gmail.com on 18 Oct 2012 at 9:09