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)...
Edit: The Android implementation will not work with Google services due to new restrictions. Use GoogleAuthorization instead with B4A: https://www.b4x.com/android/forum/threads/google-authorization-with-authorizationclient.169164/ It is no longer possible to use WebView to implement Google's...