Here are the steps I take when I want to update my Android app.
- Uninstall the app on my phone.
- Create a new git branch.
- Make updates.
- Test on emulators.
- Commit changes to git branch.
- Use Eclipse to publish a new signed version.
- Use Airdroid to upload the new apk and install it onto my phone.
- After testing for a day, I publish the change to the Google Play Store.
- Push changes to github.
Anyone have a similar workflow, or could suggest improvements to my workflow?
No comments:
Post a Comment