I am trying to run this GooglePlaces example:
https://www.b4x.com/android/forum/threads/google-place.52961/#content
When I try to comile it I obtain this error:
I installed Google Play Services from AVD Manager as explained here:
https://www.b4x.com/android/forum/threads/google-maps-android-v2-tutorial.24415/
but I cannot find google-play-services.jar file.
My folder structure is : ...\AndroidSDK\extras\google\google_play_services and \docs and \samples , there is no libproject folder.
google-play-services.jar is neither found from windows search.
What could I do ?
Thank you
https://www.b4x.com/android/forum/threads/google-place.52961/#content
When I try to comile it I obtain this error:
B4X:
B4A version: 5.50
Parsing code. (0.01s)
Compiling code. (0.03s)
Compiling layouts code. (0.00s)
Generating R file. (0.10s)
Compiling generated Java code. Error
B4A line: 16
hc.Initialize(\
javac 1.8.0_65
src\tut\escalera\google\place\httputils2service.java:195: error: cannot access ClientProtocolException
_hc.Initialize("hc");
^
class file for org.apache.http.client.ClientProtocolException not found
I installed Google Play Services from AVD Manager as explained here:
https://www.b4x.com/android/forum/threads/google-maps-android-v2-tutorial.24415/
but I cannot find google-play-services.jar file.
My folder structure is : ...\AndroidSDK\extras\google\google_play_services and \docs and \samples , there is no libproject folder.
google-play-services.jar is neither found from windows search.
What could I do ?
Thank you