This is a sample of how to build Android apps using the Scala programming language with the Bazel build system.
-
Install the Android SDK (setting
ANDROID_HOME
is required) -
From the root of this repo:
bazel build app
-
To install to a mobile device:
bazel mobile-install app
I borrowed this skeleton app from sbt-android