Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
The system automatically parses the APK to obtain the resolution specification. The specification depends on the apk, i.e., the resource files under the res file.

To be more specific, APK Firmware and Resolution Specifications.
For example, if an app’s res folder contains the following,
It means that the app supports WXGA, HVGA, WVGA, QHD, FHD, HD, and 1080P, i.e., consolidated list of resolutions supported by mdpi and hdpi.
Similarly, if an app supports HD and 1080P, the res folder must contain hdpi, xhdpi, normal, or large.
Use app tool to obtain the value of minsdkVersion. The value is in AndroidManifest.xml.
If minSdkVersion is greater than or equal to 14, Android 4.0 or later is supported.
If minSdkVersion is greater than or equal to 16, Android 4.1 or later is supported.
If minSdkVersion is greater than or equal to 17, Android 4.2 or later is supported.
If minSdkVersion is greater than or equal to 18, Android 4.3 or later is supported.
If minSdkVersion is greater than or equal to 19, Android 4.4 or later is supported.
If minSdkVersion is greater than or equal to 21, Android 5.0 or later is supported.
If minSdkVersion is greater than or equal to 23, Android 6.0 or later is supported.
If minSdkVersion is greater than or equal to 24, Android 7.0 or later is supported.
If minSdkVersion is greater than or equal to 26, Android 8.0 or later is supported.
If minSdkVersion is greater than or equal to 27, Android 8.1 or later is supported.
If minSdkVersion is greater than or equal to 28, Android 9.0 or later is supported.
Android 1.5 or later is supported by default.
For example, if minSdkVersion is 9, and the apk’s res folder contains hdpi and large folders, then the app’s compatible firmware and resolution are:
| Android 4.0 WVGA(480w*800h or 480w*854h) Android 4.0 QHD(960*540) Android 4.0 FHD(1920*1200) Android 4.0 HD(720*1280) Android 4.0 1080P(1080*1920) | Android 4.1 WVGA(480w*800h or 480w*854h) Android 4.1 QHD(960*540) Android 4.1 FHD(1920*1200) Android 4.1 HD(720*1280) Android 4.1 1080P(1080*1920) |
Android 4.2 WVGA(480w*800h or 480w*854h) Android 4.2 QHD(960*540) Android 4.2 FHD(1920*1200) Android 4.2 HD(720*1280) Android 4.2 1080P(1080*1920) | Android 4.3 WVGA(480w*800h or 480w*854h) Android 4.3 QHD(960*540) Android 4.3 FHD(1920*1200) Android 4.3 HD(720*1280) Android 4.3 1080P(1080*1920) |
Android 4.4 WVGA(480w*800h or 480w*854h) Android 4.4 QHD(960*540) Android 4.4 FHD(1920*1200) Android 4.4 HD(720*1280) Android 4.4 1080P(1080*1920) | Android5.0 WVGA(480w*800h or 480w*854h) Android 5.0 QHD(960*540) Android 5.0 FHD(1920*1200) Android 5.0 HD(720*1280) Android 5.0 1080P(1080*1920) |
Android5.1 WVGA(480w*800h or 480w*854h) Android 5.1 QHD(960*540) Android 5.1 FHD(1920*1200) Android 5.1 HD(720*1280) Android 5.1 1080P(1080*1920) | Android6.0 WVGA(480w*800h or 480w*854h) Android 6.0 QHD(960*540) Android 6.0 FHD(1920*1200) Android 6.0 HD(720*1280) Android 6.0 1080P(1080*1920) |
Android 7.0 WVGA(480w*800h or 480w*854h) Android 7.0 QHD(960*540) Android 7.0 FHD(1920*1200) Android 7.0 HD(720*1280) Android 7.0 1080P(1080*1920) | Android 8.0 WVGA(480w*800h or 480w*854h) Android 8.0 QHD(960*540) Android 8.0 FHD(1920*1200) Android 8.0 HD(720*1280) Android 8.0 1080P(1080*1920) |
Android 8.1 WVGA(480w*800h or 480w*854h) Android 8.1 QHD(960*540) Android 8.1 FHD(1920*1200) Android 8.1 HD(720*1280) Android 8.1 1080P(1080*1920) |
Log into HUAWEI Developer. On the app management page, click the app name to enter its details page and check the app’s resolution and firmware specifications.
| Resolution | Model |
| HD(720*1280) | Honor Play 4 Honor 6 Honor 6 pro Honor 4C G 7 Honor 4A P 7 Mate 2 |
| 1080P(1080*1920) | Huawei Play 6X Honor 7 M2: Honor 7I Mate S Mate 7 Honor Play 5 Honor 5X Huawei Enjoy 5 Huawei Enjoy 5S Huawei Enjoy 6 Huawei Enjoy 6S G9 Lite Honor 5C Honor 4A |
| FHD(1920*1200) | Honor V8 P9 P9Plus Honor Note 8 Honor Magic Honor 8 Honor 9 Honor 9 Lite Honor 9i Honor V9 Honor V9 Play Honor Play 7X Honor 5A Honor V10 Honor 10 Honor Play Nova Nova 2Nova 2s Nova 2 Plus Nova 3e Huawei Enjoy 7 Plus Huawei Enjoy 8 Huawei Enjoy 8e Huawei Enjoy 8 Plus Mate 8 Mate 9 Mate 10 Mate10-Pro P20 P20-Pro |