1. The recognized official development tool under eclipse Android is the ADT plug-in developed by IBM eclipse + Google. In fact, it is not only Android, but also the world of Java Development is basically eclipse, various plug-ins meet various developers' needs
2 motodev studio for Android is a secondary development package on Eclipse, which has more powerful functions than eclipse + ADT, such as creating and browsing SQLite databases, you can drag and drop various functional components to implement functions and publish them to Android Market and Moto market with one click. But in general, I am still disappointed with it, probably because I have great expectations for it. In general, the IDE tool running on JVM is not a favorite of me, but it cannot be c ++.ProgramFor example, Visual Studio.
3. When the IDE market was defeated by ECLIPSE, sun began to imitate eclipse in terms of features and efficiency of netbeans. After several versions of evolution, I can say that the execution speed and plug-in function of netbeans have exceeded eclipse, and the swing-based uidesign is more elegant and reasonable than the SWT structure. Especially in Java 6, swing is faster. However, due to license issues, there is only one android development plug-in on netbeans, and does not support visual editing of controls. This is a pity. We can only expect Google to launch Android development plug-ins under netbeans soon.
4. notepad tools + ant build tools + command line debugging tools. In a word, these tools are sufficient for those who are not used to consuming resources.