realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

Implement support for bundling Tundra fully as an .apk for Android. #585

Open juj opened 11 years ago

juj commented 11 years ago

The current implementation of Tundra on Android depends on Tundra bin/ directory to be copied into the directory

/sdcard/Download/Tundra

on the device. This is very convenient at development time, since it allows modifying individual files on the installation without having to repackage the .apk.

For end-user (e.g. aiming at Google Play) downloads, all data must reside inside the .apk, so implement support for a deployment path to a .apk file, where the /sdcard/Download/Tundra folder won't be used at all.