What is a good workflow for Android development?

  • Replies:0
Endive Software
  • Forum posts: 14

Apr 21, 2017, 9:01:00 AM via Website

1) Environment Setup-

  • Download Eclipse
  • Download JDK and install it, set the environment path
  • Download ADT plugin inside Eclipse
  • Set the Preference with Android-SDK path
  • Download the latest platform-tools and everything

2) Project Setup and Development-

Create an Android Project with Source Code, resource files and Android Manifest Files.

3) Building, Debugging and Testing

Build and run your app in debug mode.
Debug your Application using by Logging and Android Debugging tool.
Test Your Application by Android Testing and instrumentation framework.

4) Publishing
Configure, build and test your application in release mode.
Pulicise, sell or distribute your app to users.

Reply