-
Notifications
You must be signed in to change notification settings - Fork 0
Deploy instructions
Nuno Hespanhol edited this page Jan 19, 2016
·
15 revisions
-
Before starting, make sure that there's not uncommitted changes in the local repo. The repo should be a "release candidate" for production.
-
Bump the version numbers in
AndroidManifest.xml.
Make sure to edit both android:versionCode and android:versionName elements.
- Check if the
apkis accepted by Google Play.
-
Build -> Generate Signed APK. - Next
- Use existing keystore
android_keyfile sent via email in 18 Feb 2014. Also includes the password. - Make sure to uninstall the previous builds of the app in the phone. If still having issues do
adb uninstall <package_name>and thenadb install generated-signed-apkwith the phone connected.
Just do Product -> Archive. (not validated though).
(deprecated for us, use Android Studio instead)
- Check if the
apkis accepted by Google Play.
- In Eclipse,
File -> Export Application.... - Click
Export Android Application. - Select
PORTOphoneproject. - Use existing keystore
android_keyfile sent via email in 18 Feb 2014. Also includes the password. - Use the only alias available.
- Finish and generate the
apk. - Go to Google Play Developer Console.
- Select
PORTOphoneapplication. - In the left side menu click on
APK. - Click the blue button
Upload new APK to Production. - Upload the generated
apkfile from Eclipse.
3). If everything is OK then create a commit that only includes the bumping of the versions and upload it to GH.
- Create a release in Github.
- Here's the link.
- Include a change log! Check the commit messages in between releases and/or closed issues.
- Upload
apkwith included tag name. Example isPORTOphone_v1.2-android.apkand not justPORTOphone.apk.
5). Finish in Google Play Developer Console. Use the same change log as in GH release.