User Tools

Site Tools


plugins:apk_builder

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
plugins:apk_builder [2015/09/27 20:39]
86.158.220.181 [How can you get this plugin?]
plugins:apk_builder [2017/01/16 14:18] (current)
Line 12: Line 12:
  
 It is important to use relative file paths in your JavaScript source code to load images, sounds and external scripts etc, because these files are copied into the APK file as internal assets. Remember the "/sdcard/DroidScript" folder will probably not exist on someone else's mobile device. It is important to use relative file paths in your JavaScript source code to load images, sounds and external scripts etc, because these files are copied into the APK file as internal assets. Remember the "/sdcard/DroidScript" folder will probably not exist on someone else's mobile device.
 +
 +e.g. image is stored in "/sdcard/DroidScript/yourapp/Img/xxx.jpg", you should name the path as "Img/xxx.jpg" instead. Otherwise, while you generate the APK, it will not be included as Android Assets.
  
 =====How can you get this plugin?===== =====How can you get this plugin?=====
Line 20: Line 22:
 =====First Start===== =====First Start=====
  
-After the first start of the plugin you must create a **user.keystone** file. You need a password for it. You find this file in your apk folder. Every time you want create a apk file DroidScript ask you for that password in that file. **Save this file on a other save place too!**\\+After the first start of the plugin you must create a **user.keystore** file. You need a password for it. You find this file in your apk folder. Every time you want create a apk file DroidScript ask you for that password in that file. **Save this file on a other save place too!**\\
  
 ===Here is a warning from Dave, developer of DroidScript:=== ===Here is a warning from Dave, developer of DroidScript:===
plugins/apk_builder.1443386362.txt.gz ยท Last modified: 2015/09/28 04:39 (external edit)