Specifically to Android Open Source Project (AOSP), does someone know a good IDE to develop remotely? My scenario is as follow:
- I have an OSX terminal at which I'm working and typing my code;
- I have a remote Ubuntu terminal at which my AOSP source, as well as compilation library and needed hardware, are located;
This scenario is much like as cited in this question. They mention to use Remote System Explorer (RSE) Eclipse's set of plugins to work with. I've tried this, but it not fitted my scenario very well, as AOSP have some build files (i.e. .mk files) to manage that Eclipse seems to get confused with them.
What I need is: a fast way to develop, build and compile AOSP, in a remote way through SSH connection.
Any indication should bee very appreciated...