I am new with YouTube APIs. I have downloaded WatchMe project from
https://github.com/youtube/yt-watchme
and imported it into Eclipse. Also, I tried to resolve compile time errors by importing all necessary jars. Those I have downloaded from
Imported JARs:
android-support-v4.jar, google-api-client-1.4.1-beta.jar, google-api-client-1.12.0-beta.jar, google-api-client-android-1.15.0-rc.jar, google-api-client-extensions-android2-1.4.1-beta.jar, google-api-client-java6-1.19.1-sources.jar, google-api-services-youtube-v3-rev126-1.19.1.jar,google-http-client-1.18.0-rc.jar
But, when I run the project, I get different runtime errors such as
NoClassDefFoundError for
HttpTransport transport = AndroidHttp.new Compatible Transport()NoClassDefFoundError
GoogleAccountCredentialNoClassDefFoundError
GsonFactory
I tried a lot and searched the web for answers. How can I resolve these issues?