google-api-java-client NetHttpTransport causes NoClassDefFoundError

后端 未结 1 493
粉色の甜心
粉色の甜心 2021-01-05 17:42

I just started studying google-api-java-client on Android. Added next 3 libraries into project. (I don\'t use Maven.)

  • google-api-client-1.4.1-beta.jar
相关标签:
1条回答
  • 2021-01-05 18:25

    As you can see in the error, you have a class missing, coming from Guava. You can either download the guava lib and add it in your classpath, or use maven (or Ivy) to manage your dependencies for you.

    0 讨论(0)
提交回复
热议问题