Sorry for what may be a dumb question, but I'm trying to figure out
how to get source code for Android which actually matches the SDK.
For example, I'd like to get the camera app and build a customized
version that I can run on the G1.

When I download the platform, the code I get doesn't build in the
SDK.  For example, in Camera, I get this kind of thing (a lot):

            import android.database.Cursor;
            . . .
            Cursor c = getCursor();
            . . .
            c.updateString(mContainer.indexTitle(), name);

The Cursor I have in the SDK, and in the online docs, doesn't have an
"updateString" method (and lots of other methods that are referred to
- this is just an example).

I tried getting the platform code with "-b release-1.0"; same result.
What's up with that?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to