I tried eclipse netbeans ideaJ and they all do nice things every now and then but they crash and take up lots of resources.
I finally kept coming back to Geany and now Gradle. I can edit all in Geany and do the building in the console. Then install to my wireless connected android and run it. Just about perfect.
I feel geany is really smashing and do not want to install Eclipse for a foreseen very small usage.
ReplyDeleteCan you post a more extentive description or point a link on how to develop for android with geany (for instance the «in the console» part.
Thanks in advance.
I use the terminal in Geany and use "android create ..... " to generate a project.
ReplyDeleteThen I use ant to build the apk
i.e : "ant debug" to build the debug version
"ant release" for release
"ant installd or installr" to install app on connected device
If I find some time I'll make a more complete presentation