How to create Android APK file in Android Studio

9:32 PM Hendry 0 Comments

How to create Androdi APK file in Android Studio?

1. Click drop down button at the top toolbar
2. Select Edit configuration



3. Edit configuration popped up

4. Select gradle 



5.  Gradle Project  > select your module name
6. Tasks > type "assemble"
7. Click OK
8. Your APK file will be in ProjectName\app\build\outputs\apk



0 comments: