I have 2 endpoints in my GAE Java project. When I use the GPE eclipse plugin to generate the client library for my Android project, the code is generated without any errors. (I don't know why the generated code is in the package com.google.api.services
).
The problem is, when I launch my Android app, a NoClassDefFoundError
is thrown for the class, DeviceInfoEndpoint$Builder
, and the app crashes.
This is after I updated the ADT and the GAE plugin to the latest version. It was actually working well before that.
I even tried with the endpoints.sh
script to generate the client library. Getting an EntityExistsException
on that. I am literally struck now.
Any help would be appreciated.