I would like to add the externals libraries "Google Api Client library" and "Android extension" to my project. But I can't find them with the SDK Manager?
But, at runtime, I get this error :
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/api/client/googleapis/extensions/android/gms/auth/GoogleAccountCredential;
This code is compatible with B4A, B4i and B4J. 1. Get an API key: https://developers.google.com/maps/documentation/geocoding/get-api-key 2. Sub PlaceToLatLon(Place As String) As ResumableSub Dim res() As Double = Array As Double(9999, 9999) Dim j As HttpJob j.Initialize("", Me)...
GoogleOAuth2 class is compatible with B4A, B4i and B4J (new). It is no longer possible to use WebView to implement Google's OAuth2 authentication. The solution is to open the default browser and set the redirection uri in such a way that the browser will redirect the response back to our app...