User Tools

Site Tools


plugins:building_an_apk

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:building_an_apk [2017/05/08 19:57]
105.227.223.190 English to lugisu von venture
plugins:building_an_apk [2018/12/30 13:28] (current)
Line 9: Line 9:
 <code>img = app.CreateImage( "Img/myface.png" );</code> <code>img = app.CreateImage( "Img/myface.png" );</code>
 not this: not this:
-<code>img = app.CreateImage( "/sdard/DroidScript/MyApp/Img/myface.png" );</code>+<code>img = app.CreateImage( "/sdcard/DroidScript/MyApp/Img/myface.png" );</code>
 ===== Extracting assets ===== ===== Extracting assets =====
 If your app is running a web server or streaming video from assets, then you will need to extract these assets from your APK to the internal sdcard when your app is first run. These assets can then be served/streamed from the there instead, because assets cannot be served or streamed from inside an APK. If your app is running a web server or streaming video from assets, then you will need to extract these assets from your APK to the internal sdcard when your app is first run. These assets can then be served/streamed from the there instead, because assets cannot be served or streamed from inside an APK.
Line 50: Line 50:
  "manifest"  "manifest"
  
- "minSdkVersion" : 19,W+ "minSdkVersion" : 19,
  "targetSdkVersion" : 21,  "targetSdkVersion" : 21,
  }  }
plugins/building_an_apk.1494273462.txt.gz ยท Last modified: 2017/05/09 03:57 (external edit)