On Mon, Jun 13, 2011 at 9:17 AM, Lakshya <[email protected]> wrote: > I am new to Android. I have downloaded source code for most of the > applications from android.git.kernal.org site such as Calender, > Calculator, Music and Visualisation, Media, Bluetooth etc..
That seems like an odd choice for somebody new to Android. > But most of the I am not able to execute. Those applications are to be built as part of a full firmware build. > It showing errors for some > of the packages missing like that. Those applications cannot be built using the Android SDK, by and large. > I searched for the jar files of > that packages but it is not available- such as Symbols and Syntax > Exception jar files for Calculator and Calender. > android.provider.Telephony.Mms,MmsSms,Mms.Addr, Mms.Part,Mms.Rate, > android.provider.Telephony.Threads; etc....In all applications some > packages or classes are missing. There are no JARs of that nature in the firmware, AFAIK. > How can I execute these applications? Build your own custom firmware. Visit http://source.android.com for instructions on building the full firmware. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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

