Android source referencing missing classes -
i cloned of trees android open source project take @ code, can't build them because reference classes don't seem exist.
for instance, music application here references android.media.mediafile
according package summary not exist, things arraylistcursor
has old javadoc around absent in current documentation.
so open source project disjoint released sdk? also, there way build these open source packages current sdk?
thanks,
-jqp
so open source project disjoint released sdk?
the stock android applications have nothing whatsoever sdk. written before sdk existed.
so, example, there android.media.mediafile
class, , arraylistcursor
class. not part of sdk, can find source them using google code search , package:android
qualifier.
also, there way build these open source packages current sdk?
if "open source packages" mean applications, no, cannot built using sdk. someday, perhaps can be, not without substantial work in cases.
Comments
Post a Comment