You could install Android SDK via Android Studio or sdkmanager command line tool.
After installation, you need to set the ANDROID_HOME
environment variable to the path of your Android SDK.
export ANDROID_HOME=/path/to/your/android/sdk
Download the following assets to app/src/main/assets
:
curl -LO https://huggingface.co/second-state/gemma-3-1b-it-GGUF/resolve/main/gemma-3-1b-it-Q4_K_M.gguf app/src/main/assets/llamaedge/
./gradlew assembleDebug
adb install app/build/outputs/apk/debug/app-debug.apk
After launching the app, you can open the browser and navigate to http://localhost:8080
to interact with the Chatbot UI.