> For the complete documentation index, see [llms.txt](https://docs.stylemixthemes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stylemixthemes.com/masterstudy-app-documentation/android-app-build-on-macos.md).

# Android App Build on macOS

- [Flutter Setup for the macOS system](https://docs.stylemixthemes.com/masterstudy-app-documentation/android-app-build-on-macos/flutter-setup-for-the-macos-system.md)
- [Android Studio Setup on mac](https://docs.stylemixthemes.com/masterstudy-app-documentation/android-app-build-on-macos/android-studio-setup-on-mac.md)
- [Android Studio Emulator on mac](https://docs.stylemixthemes.com/masterstudy-app-documentation/android-app-build-on-macos/android-studio-emulator-on-mac.md)
- [Null safety setup](https://docs.stylemixthemes.com/masterstudy-app-documentation/android-app-build-on-macos/null-safety-setup.md)
- [Installing Flutter Packages on mac](https://docs.stylemixthemes.com/masterstudy-app-documentation/android-app-build-on-macos/installing-flutter-packages-on-mac.md)
- [Setting the Site URL on mac](https://docs.stylemixthemes.com/masterstudy-app-documentation/android-app-build-on-macos/setting-the-site-url-on-mac.md)
- [Adding App Icon on mac](https://docs.stylemixthemes.com/masterstudy-app-documentation/android-app-build-on-macos/adding-app-icon-on-mac.md)
- [Setting App Name on mac](https://docs.stylemixthemes.com/masterstudy-app-documentation/android-app-build-on-macos/setting-app-name-on-mac.md)
- [Firebase on mac](https://docs.stylemixthemes.com/masterstudy-app-documentation/android-app-build-on-macos/firebase-on-mac.md)
- [Firebase Project Setup](https://docs.stylemixthemes.com/masterstudy-app-documentation/android-app-build-on-macos/firebase-project-setup.md): Once you have created a Firebase project, you need to set it up in your Android Studio project
- [Change Package Name](https://docs.stylemixthemes.com/masterstudy-app-documentation/android-app-build-on-macos/change-package-name.md)
- [Test Your App on mac](https://docs.stylemixthemes.com/masterstudy-app-documentation/android-app-build-on-macos/test-your-app-on-mac.md)
- [App Release on mac](https://docs.stylemixthemes.com/masterstudy-app-documentation/android-app-build-on-macos/app-release-on-mac.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.stylemixthemes.com/masterstudy-app-documentation/android-app-build-on-macos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
