I need to implement google contact api for my android app. But I did not found any reference for android so far. I have found one for java: https://developers.google.com/google-apps/contacts/v3/
but when I use this code:
ContactsService myService = new ContactsService("<var>YOUR_APPLICATION_NAME</var>");
I get a runtime error called "exceptionInInitializerError".
I have already looked here and here but not getting specefic solution that how can I initialize a "ContactsService" object.
So can any of you kindly provide me a guideline that how can I implement the google contact api in my app?