Android
summary
Before you can develop for Android you’re first going to need the general system setup for desktop development.
Set up Desktop development now!
I know what you’re thinking, “why the heck do I need to install an IDE to build for Android??” And while I might point you to both Mac and iOS that both depend on Xcode, the real reason option 1 and the recommended approach is getting Android Studio is because it’s a more standardised approach and debugging your Android project regardless of what other IDE you’re using is simply going to be easier using the dedicated IDE straight from Google.
- Install Android Studio
- Add the following to
~/.zshrc
:
- Add the Android targets using rustup:
WIP
WIP
WIP