“cannot find symbol method setBatchPath(String)” in the generated source from generated endpoint

后端 未结 3 1013
天涯浪人
天涯浪人 2020-12-30 01:48

For an unknown reason, when I tried to build my Google App Engine endpoints, I get these errors in all of the API java files generated by Android Studio:

Err

3条回答
  •  清歌不尽
    2020-12-30 01:59

    Faced the same problem. I upgraded google client libs to 1.23.0 and it worked (earlier was 1.22.0)

    compile 'com.google.api-client:google-api-client:1.23.0'
    compile 'com.google.http-client:google-http-client-android:1.23.0'
    

提交回复
热议问题