What is a good workflow for Android development?

  • Replies:1
Endive Software
  • Forum posts: 14

May 17, 2017, 7:10:46 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
Dev Lt
  • Forum posts: 54

May 17, 2017, 2:52:47 PM via Website

Cmon, don't be silly. Google discontinued the support of ADT plugin so if you are thinking of Android development there is no reason why you should choose Eclipse. Nowadays the best option is Android studio.

Reply