Hi everyone I have a project where I need to modify one of the native apps on android, the MMS client. I have a working setup going, using 1.5 SDK.
Next, I've checked out the MMS app from the Android sourcecode repository git. Loading the MMS source code base into eclipse as an Android project results in many compilation errors and I'm having trouble moving on from here. It appears that a lot of the import statements in the MMS Classes are referencing files that don't exist. for example there is no android.provider.Calendar class in the SDK, but the MMS sourcecode seems to think there is. I was under the impression that Android native apps were no different than any other developer apps, so shouldn't their sourcecode compile like any other? I thought it may also be an SDK version thing, but it doesn't seem to compile under v1.1 or 1.5 of the SDK. Any help would be much appreciated. thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

