Hi All,
I have seen the BusinessCard example provide in Android examples.
I am using ContactAccessor abstract class to seperate out the SDK versions.
My code is running fine for 2.0 onwards, but when I am trying to build the code in Adnroid 1.6 I am getting the following errors:
Build.VERSION_CODES.ECLAIR is not resolved.
Getting errors in the whole class in which I have used Contacts APIs from 2.0 (say in class ContactAccessorSdk5.java).
How to resolve these issues?
I want to run my App on both the versions.
Please help me.
Regards,
Dhaiwat Bhavsar.