A simple project which enables an easy build of generic lite to android.
Currently expeimental; so expect crashes, lack of features, version misconfigurations, etc..
Currently, building is only supported on linux.
In order to build, simply ensure:
- You have all submodules by doing
git submodule update --init --recursive. - You've installed the android-ndk set
$ANDROID_NDK_HOME, to the path of your NDK,$ANDROID_SDK_ROOT, to the root of your SDK. - Set
$LITEXL_PLUGINSto a space separated list of all the plugins you'd like to bundle into this android build.
Then do ./build.sh to produce lite-xl.apk in the main directory.
Release APKs are available for armv7a, arm64-v8a, x86, x86_64 android. This is a debug APK, because it's not signed.
By default releases include the following plugins:
plugin_manager
I may eventually get an android developer account to sign things, if I can get a reasonable android implementation going.