Support

Make eBook app without programming?

Situation: I did upload some apps but i got the following errors and warning. How do we fix them:

This apk requests 2 permissions that users will be warned about
1 android.permission.WAKE_LOCK
2 android.permission.CHANGE_CONFIGURATION

3ACCESS_NETWORK_STATE

4 CHANGE_CONFIGURATION

5 The apk is not zipaligned. Please run the zipalign tool on the APK to improve performance on the device. See the Developer's Guide for more information.

I would like to make an app that is easy for the buyers to use.

A:1 android.permission.WAKE_LOCK:switch sleep codition of Phone screen permission.
2 android.permission.CHANGE_CONFIGURATION: When you read horizontally or vertically, your Andoird Phone would automatically response the screen horizontal or vertical to adjust the book reading direction.

3 ACCESS_NETWORK_STATE: Allows applications to access information about networks, here it's relevant with Admob Ads.

4 CHANGE_CONFIGURATION: Allows an application to modify the current configuration, such as locale. Here we define it monitoring mobile phone-reverse direction.


5 You can omit the zipalign. The zipaligned would optimize your APK file structure before installing to slightly speed the book loading. It doesn't matter if you do not use it.

If you do not want to see this warning about "zipaligned" and want to solve it perfectly, please follow me:
<1> Download SDK from this link: http://developer.android.com/sdk/index.html, install and start it (installing steps please refers to our product manul http://www.appmk.com/android-book-app-maker/docs/index.htm "Interfaces==> Testing APP").
<2> You must upgrade the newest version of Android magazine app maker.

<3> Click "Build --> Android SDK Path" .

Set Android SDK  Path

<4> Set the Android SDK root directory.

Set Android SDK path

Note: the first red line stand for entering the "zipalign.exe" directory; the second red line: it is requirement so you must enter this command. White line: original APK file directory; Green line: the final APK file directory.

Come here, we have resolved this warning.

Copyright©2020 AppMK. All rights reserved