Preamble: I am a Java Android developer. I know the standard Android development thread.
I want to start development for AOSP-CM. I follow the tutorial on importing all Java source code into Eclipse using a .classpath file provided with source code. Therefore, I have a Java Project with all the source code, and I can view and edit everything.
The next step is to install one Android project, for example, a phone application, to use the ADT plug-in function, such as a graphical GUI editor. I want to edit phone sources, build inside Eclipse and, above all, use the Eclipse debugger.
Maybe? Where can I find a guide or tutorial?
source
share