If you'd like to contribute to the Android project, but do not currently have a development environment setup, follow the instructions in this guide.
If you downloaded Android Studio, install it with the default options and open the project located in dolphin/Source/Android
Show Package Details
.Build Variants
on the left side of the window to choose the build variant and ABI you would like to compile for the :app
module.Source/Android/app/build/outputs/apk
For command-line users, any task may be executed with cd Source/Android
followed by gradlew <task-name>
. In particular, gradlew assemble
builds debug and release versions of the application (which are placed in Source/Android/app/build/outputs/apk
).