Posts

Showing posts from January, 2017

Android Application Deployment Steps

Image
Generate Signed APK You will need to export your application as an APK (Android Package) file before you upload it Google Play marketplace. To export an application, just open that application project in Android studio and select  Build  Generate Signed APK  from your Android studio and follow the simple steps to export your application − Next select,  Generate Signed APK   option as shown in the above screen shot and then click it so that you get following screen where you will choose  Create new keystore   to store your application. Enter your key store path,key store password,key alias and key password to protect your application and click on  Next   button once again. It will display following screen to let you create an application − Once you filled up all the information,like app destination,build type and flavours click  finish ...