Set up android app

This commit is contained in:
Joscha 2025-01-21 23:41:47 +01:00
parent aab7973928
commit 56d6be7e2f
41 changed files with 908 additions and 0 deletions

3
tta-app/android_env_vars Normal file
View file

@ -0,0 +1,3 @@
set -x JAVA_HOME /opt/android-studio/jbr
set -x ANDROID_HOME "$HOME/Android/Sdk"
set -x NDK_HOME "$ANDROID_HOME/ndk/$(ls -1 $ANDROID_HOME/ndk)"