mobile/docs/root/development/debugging/android_local.rst
.. _debugging_android_instructions:
envoy-mobile repository and the generated .aar will be automatically recognized by Android Studioenvoy-mobile can be compiled to a single arch for debuggingBefore we start, you'll need to download Android Studio and the Bazel plugin <https://plugins.jetbrains.com/plugin/9185-bazel>_, you can find it in Preferences -> Plugins
.
here <https://developer.android.com/studio/>_ and install Android StudioWith your environment setup, open Android Studio.
.. image:: images/add-project.png
.. image:: images/select-em.png
.. image:: images/import-project.png
.. image:: images/final-step-project.png
.. image:: images/bazel-sync.png
With the project ready, you can now start debugging with Android Studio.
Example App (Debug) [x86] or Example App (Debug) [arm64]. Note: x86 configurations don't work on ARM machines (i.e., M1 Macbooks).Your environment should look like this at this point:
.. image:: images/environment.png