You can't use an internal API when developing an app with the Android SDK.
Google strongly discourages the use of internal APIs for several reasons, among them the likelihood that the APIs will change in the future, leaving your app out in the cold. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. P.S. Diane H. always beats me to answering the popular internal-API question, but not this time! Now all I have to do is tell someone "this is not the right forum for your question" and my day will be complete! On Jul 2, 1:08 am, Erik Ellis <[email protected]> wrote: > Hello, > I'm interested in extending some of the basic applications that comes > with Android. In my case platform/packages/apps/music.git. > > I first tried doing it with just the SDK with no luck because there's > some classes missing from the SDK, One of them being > "com.android.internal.database.ArrayListCursor" (found in platform/ > frameworks/base.git). > > So basically, am i even supposed to be able to compile and extend the > base applications ? Is it posible to "repo sync platform/framework/ > base" and compile the required com.android.internal.* classes ? > > I'we been googling like mad, and but no luck. I would prefere not to > have to "repo sync" the entire codebase and compile that. > > So my question is; How do i extend and compile the platform/packages/ > apps/* applications? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

