Android and Google client API NetHttptransport Class not found

前端 未结 4 1253
北恋
北恋 2020-12-10 10:15

I am trying to use the Google generated API library for the first time for Android. I have taken code from the the Sample Program provided by Google. My code looks like

4条回答
  •  攒了一身酷
    2020-12-10 10:18

    May be a bit late for this one, but the the jar that you're looking for is google-http-client-1.5.0-beta.jar

    This jar defines com.google.api.client.http.* and com.google.api.client.json.*

提交回复
热议问题