Monday, October 10, 2011

WARNING: Application does not specify an API level requirement!


You have to add the following line in your manifest:
<uses-sdk android:minSdkVersion=”8″ />
The following table specifies the API Level supported by each version of the Android platform.
Platform VersionAPI Level
Android 2.39
Android 2.28
Android 2.17
Android 2.0.16
Android 2.05
Android 1.64
Android 1.53
Android 1.12
Android 1.01
For more informations have a look at http://developer.android.com/guide/appendix/api-levels.html.

No comments: