Skip to content
Rey Koxha edited this page Feb 19, 2017 · 2 revisions

Now that you've done all the wanted edits, its time to build the final APK.

  • In Android Studio you want to open the Terminal
  • A prompt will appear, now enter: gradlew assemble

If all runs fine, you will get 2 APKs, one release and one debug build. You can find them in app/build/outputs.

Clone this wiki locally