How to load com.android.music code into Eclipse and compile?

Posted by JarrettV on Stack Overflow See other posts from Stack Overflow or by JarrettV
Published on 2010-03-13T04:32:29Z Indexed on 2010/03/13 4:37 UTC
Read the original article Hit count: 202

Filed under:
|
|

I did a git on the com.android.music app and then created a project in eclipse from existing code. I chose 2.1 as the sdk target but I am getting errors trying to compile.

Is the music app referencing code that is not part of the 2.1 sdk? Can someone list the steps for how to compile in eclipse?

Description Resource Path Location Type ArrayListCursor cannot be resolved to a type PlaylistBrowserActivity.java Music/src/com/android/music line 529 Java Problem MediaFile cannot be resolved AlbumBrowserActivity.java

© Stack Overflow or respective owner

Related posts about android

Related posts about eclipse