Hi

On Monday, November 28, 2011 7:23:48 PM UTC+1, Ronnyek wrote:
>
> I dont know if this is the the correct place to ask, but I figure
> people on this list must be trying it...
>
> I tried following this:
> http://source.android.com/source/using-eclipse.html
>
After doing the first build onces all the additional java files are 
generated
you can use a different tool that can be found here:
development/tools/idegen
I found it worked better then the copying of file mentioned on the web-page.

once the files are imported in intellij you can do your normal development. 
But for things
like development of the framework there is no "android" perspective it is 
just Java code.

 

> So I could have nice pretty projects and intellisense etc etc etc. It
> seems that there is something missing... when I try to create new
> project with existing source and specify android root, it complains
> about not having AndroidManifest.xml.
>
When developing platform Android application(e.g. apps in packages/apps)  I 
open the source as a normal android project
and add 

out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar as 
compile time dependency.


Greetings

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to