fwouts / android-bazel-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo of an Android app built with Bazel

This is a minimalistic Android app with a single activity (aka screen) showing a popup message "Hello, World!".

Unlike most Android projects which use Gradle, it is built using Bazel with two targets:

  • //android/java/com/codonut/android/example:DemoActivity is an android_library target that defines the DemoActivity
  • //android:app is an android_binary target that builds the final APK

About


Languages

Language:Python 57.4%Language:Java 42.6%