• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Build Contacts Application using Android SDK

paragv

Lurker
Hi,
I am trying to build default Contacts application from Source code using Android SDK (i.e. Eclipse & ADT) as I wanted to add some more options into contact details (which are specific to my requirement). But it's giving me some compilation errors as android.jar is not having all the classes required to build this application.
Please tell me how can I achieve this.

Thanks,
Parag
 
Then I think you are using wrong Android API Level. Which classes are not present in android.jar, and which Android API Level are you using?
 
Back
Top Bottom