Skip to content

How to update with latest SL4A

michael edited this page Nov 9, 2015 · 1 revision

The APK is using SL4A through script.jar file, this file contains SL4A classes. The script.jar used in this project is the very same in SL4A build, except one file has been removed: FacadeConfiguration.class (com/googlecode/android_scripting/facade)

So to update with lastest SL4A you need to grab latest script.jar from: forked and maintained SL4A repository

Extract it in a folder, remove com/googlecode/android_scripting/facade/FacadeConfiguration.class and META-INF folder, then open a terminal and run:

jar cf script.jar *

Then replace script.jar in the project by the newly created one.

Clone this wiki locally