Hello Sajid, I am having the same problem, You have to make an eclipse project from existing source, which is in your case the music application, however you might get broken imports in the code, I am not sure about the music app but most of the android apps have native c++ code which is injected in the dalvikVM at compiletime and is registered as a java class but it is actually c++ code compiled into dx bytecode. I have not found a way to correctly show such packages in any ide.. but at least we know where the problem lies, however if you modify the code of the app without regard of the import errors make no errors your self and use the android build scripts you will get a resulting APK file which will be the compiled app this is a very bad solution since you will be forced to use eclipse as notepad, and will not be able to use features like, intellisense, debugger etc... I would welcome ideas on this subject..
On Jul 13, 8:22 am, Sajid <[email protected]> wrote: > As far as I understand, all the built-in standard apps like (email, > music, calendar etc) are built using the same API. So I should be able > to import a project like mail / music etc without checking out the > full source repository of android. I'v been trying that but I am > getting compilation problems like class resolve failure. > > Am I doing it wrong? What do I have to do to import a project in > eclipse without compilation error. I am interested in the Music > application. > > NOTE: I have setup the latest android eclipse plugin and run test > applications with it, so my setup is OK. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

