apk_builder_tutorial
apk_builder_tutorial copied to clipboard
Proguard
I can't find any tutorial on how could I add Proguard rules using this APK Builder. I can successfully added dependencies by modifying .project file but while doing proguard will...
After resolving dependencies the app shows same error.how to fix it?
`export PATH=$PATH:/data/user/0/com.gmail.heagoo.apkbuilder/files/git export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/data/user/0/com.gmail.heagoo.apkbuilder/files/git cd /storage/8BEF-17FC /user/0/com.gmail.heagoo.apkbuilder/files/git < data/user/0/com.gmail.heagoo.apkbuilder/files/git < HWATU-QG:/ $ cd /storage/8BEF-17FC HWATU-QG:/storage/8BEF-17FC $ logcat *:D --------- beginning of system 04-23 15:12:53.248 13328 13328 D ActivityThread: ActivityThread,attachApplication 04-23...
`export PATH=$PATH:/data/user/0/com.gmail.heagoo.apkbuilder/files/git export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/data/user/0/com.gmail.heagoo.apkbuilder/files/git cd /storage/8BEF-17FC /user/0/com.gmail.heagoo.apkbuilder/files/git < data/user/0/com.gmail.heagoo.apkbuilder/files/git < HWATU-QG:/ $ cd /storage/8BEF-17FC HWATU-QG:/storage/8BEF-17FC $ cd HWATU-QG:/data/user/0/com.gmail.heagoo.apkbuilder/app_HOME $ logcat *:D --------- beginning of system 04-15 10:04:52.125 11015 11015 D...
The editor of this program does not have the function of code prompt. You want to add it.
Keystore
your application allows you to put keystore ... but... How can I create my keystore?
Thank you for the apk builder. It so usefull. I want to make android app for a website. I use your webview app that build from apk builder. But the...
How can fix problems?
Dalvik VM unable to locate class 'dx/dx/command/Main' java.lang.NoClassDefFoundError: dx/dx/command/Main at dalvik.system.NativeStart.main(Native Method) Caused by: java.lang.ClassNotFoundException: dx.dx.command.Main at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61) at java.lang.ClassLoader.loadClass(ClassLoader.java:501) at java.lang.ClassLoader.loadClass(ClassLoader.java:461) ... 1 more The terminal stops at 'Compiling...