Android source referencing missing classes

Posted by jqpubliq on Stack Overflow See other posts from Stack Overflow or by jqpubliq
Published on 2010-04-28T01:26:09Z Indexed on 2010/04/28 1:33 UTC
Read the original article Hit count: 230

Filed under:

I cloned some of the trees from the Android Open Source Project to take a look at the code, but I can't build them because they reference classes which don't seem to exist.

For instance, the music application here references android.media.MediaFile which according to the package summary does not exist, as well as things like ArrayListCursor which has an old javadoc around but is absent in current documentation.

So is the open source project disjoint from the released SDK? Also, is there a way to build these open source packages with the current SDK?

Thanks,

-JQP

© Stack Overflow or respective owner

Related posts about android