Tutorial about
exporting (generating signed APK) your application from Android Studio for installing on mobile devices. Application is exported with
apk extension.
Open Android Studio and first project Hello World created
here.

Choose from menu:
Build ->
Generate Signed APK…

In next window
Generate Signed APK Wizard on
Key store path choose
Create new…

Complete the fields. On
Key store path you choose a
path and a
name for your
jks (I choose
signature for this example). On
Password you choose your own password. Click
OK.

In next window
rewrite password and click
OK.

In next window click
Finish.

You find your
app in project folder -> HelloWorld -> app ->
app-release.apk.

You can rename your
apk application,
copy in mobile device and
install it.
Download here the
project with all files.
Download here the
application for mobile phone.
Watch the video tutorial to export your app from Android Studio:
For further questions leave a message.
when i first time created APK file it is created, when i create second time its show error that files under the build folder are generated and should not be edited.Please help me
i tried same process to generate apk and i generated but when i try to install it in my android phone its showing a parser error on install click,
please tell what’s wrong with this.
Thanks 🙂
Thanks
Can we upload that generated apk into play store? It will be fully signed?
Very helpful thanx