[Android] How to view the Android version that APK needs to support

Source: Internet
Author: User

Reference to:http://blog.csdn.net/huiguixian/article/details/39928089

If you have an apk and need to know what Android version is supported by his minimum installation, how should I check it?

Change the APK suffix name directly to RAR or zip and pull out the androidmanifest.xml? No, Androidmanifest.xml has been compiled, and a lot of content has been changed into binary.

In fact, you can use Android to bring your own tools into the Android SDK directory.

CD sdk\build-tools\android-4.4.2 This way 4.4.2 For example, you can refer to your own version of platform

Aapt.exe list-a someapk.apk > Apkversion.txt

Then open the Apkversion.txt search with apps like Notepad

Minsdkversion, take my side as an example, you can see that this is 0xf, that is, 15

E:USES-SDK (line=8)
A: android:minsdkversion (0x0101020c) = (type 0x10)0xf

[Android] How to view the Android version that APK needs to support

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.