Skip to main content

Export your app from Android Studio

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.
run hello world in android studio
Choose from menu: Build -> Generate Signed APK…
export app 1
In next window Generate Signed APK Wizard on Key store path choose Create new…
export app 2
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.
export app 3
In next window rewrite password and click OK.
export app 4
In next window click Finish.
export app 5
You find your app in project folder -> HelloWorld -> app -> app-release.apk.
export app 6
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:
Learn in next tutorial how to integrate SVG in Android Studio.
For further questions leave a message.

Comments