-2

I need to export my Android Studio project as an APK for a college project. What is the correct procedure to do so?

Vahalaru
  • 380
  • 4
  • 15

2 Answers2

2

You build it, and it creates an apk in the build/outputs/apk folder.

Gabe Sechan
  • 90,003
  • 9
  • 87
  • 127
0

In Android Studio in the Build Menu there is an option to build apk. you will have to specify if it is to debug or production ready. Make a developer key. Once all of that is set up you let it run and it makes the apk file for you. I can remember exactly where it outputs the file but I want to say that it pops up a dialog or lets you choose the location the apk is put.

Vahalaru
  • 380
  • 4
  • 15