(Environment setup) What are peoples workflows for write/build/deploy/run on android?

New to building native apps for Android. I’m wondering how the rest of you have set up your workflow.
The tutorial gets us to set up Eclipse, but only for the Java side of things, from what I can see.

So…

How are you writing your C++ code effectively?
Do you have Intellisense working?

I was wondering if any thought had been put into migrating the Android portion of this project over to android-cmake or CMake in general.

Thanks :slight_smile:

I think you can write and debug most codes on VS or Xcode.

I’m on Linux, no neither of those IDEs are an option.
Are there any Linux-based android devs who could share their experience?

Thanks

EDIT: Would anyone else be interested in a CMake version for Android & Linux? (MacOSX & Windows, pretty much come for free :slight_smile: ).
It seems to me that Cocos2d~~ could benefit from ~~Make.