GoogleCloudPlatform / gradle-appengine-templates

Freemarker based templates that build with the gradle-appengine-plugin
438 stars 205 forks source link

AndroidJsonFactory and AndroidHttp not resolved #91

Closed AmeerTaweel closed 2 years ago

AmeerTaweel commented 6 years ago

Android Studio can't resolve AndroidJsonFactory and AndroidHttp. Everything else works fine. What should I do?

amardeep-singh97 commented 6 years ago

use compile 'com.google.api-client:google-api-client-android:1.23.0' this solved the issue for me