Back to Bazel

Android and Bazel

docs/versions/8.0.0/docs/bazel-and-android.mdx

9.2.02.2 KB
Original Source

This page contains resources that help you use Bazel with Android projects. It links to a tutorial, build rules, and other information specific to building Android projects with Bazel.

Getting started {:#getting-started}

The following resources will help you work with Bazel on Android projects:

Features {:#features}

Bazel has Android rules for building and testing Android apps, integrating with the SDK/NDK, and creating emulator images. There are also Bazel plugins for Android Studio and IntelliJ.

Further reading {:#further-reading}