Android Source Not Compilable?

Posted by GuyNoir on Stack Overflow See other posts from Stack Overflow or by GuyNoir
Published on 2010-06-06T16:57:19Z Indexed on 2010/06/06 17:02 UTC
Read the original article Hit count: 313

Filed under:
|
|

So I've been looking at code from various parts of the Android git, but when I try to load and compile many of them (camera, media player, etc) they reference classes and parts of the SDK that just aren't available even with my SDK version updated to 2.2. (for example the bitmap config option inNativeAlloc)

Is there a reason that these are not in the SDK given out to developers?

© Stack Overflow or respective owner

Related posts about java

Related posts about android