http://developer.android.com/guide/topics/manifest/uses-sdk-element.html

*"Caution: If you do not declare this attribute, the system assumes a
default value of "1", which indicates that your application is compatible
with all versions of Android. If your application is not compatible with
all versions (for instance, it uses APIs introduced in API Level 3) and you
have not declared the proper minSdkVersion, then when installed on a system
with an API Level less than 3, the application will crash during runtime
when attempting to access the unavailable APIs. For this reason, be certain
to declare the appropriate API Level in the minSdkVersion attribute."
*
Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Thu, Mar 15, 2012 at 2:46 PM, michael <[email protected]> wrote:

> I am trying find the paltform version in APK,
>
> and find this one: <uses-sdk android:minSdkVersion="3"
> android:targetSdkVersion="4" />
>
>
> This only gives us the information. But in some apps, nothing is
> found.  How could I identify the platform versions the apk targets?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> 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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to