I need to export my Android Studio project as an APK for a college project. What is the correct procedure to do so?
Asked
Active
Viewed 2,639 times
2 Answers
2
You build it, and it creates an apk in the build/outputs/apk folder.

Gabe Sechan
- 90,003
- 9
- 87
- 127
-
Found the APK. Thanks for the help! – N. Sai Harshit Nov 17 '21 at 05:06
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