M mvera Active Member Licensed User Longtime User Sep 12, 2017 #1 hello I have b4a version 7 and I try to use googlemaps. when running the example of this link https://www.b4x.com/android/forum/threads/google-map-v2-white-map-on-device.56962/ this error happens Maven artifact not found: com.google.android.gms / play-services-maps any idea why the error?
hello I have b4a version 7 and I try to use googlemaps. when running the example of this link https://www.b4x.com/android/forum/threads/google-map-v2-white-map-on-device.56962/ this error happens Maven artifact not found: com.google.android.gms / play-services-maps any idea why the error?
Erel B4X founder Staff member Licensed User Longtime User Sep 12, 2017 #2 The relevant tutorial is here: https://www.b4x.com/android/forum/threads/google-maps.63930/ You need to install the two repositories: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/ Upvote 0
The relevant tutorial is here: https://www.b4x.com/android/forum/threads/google-maps.63930/ You need to install the two repositories: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/
M mvera Active Member Licensed User Longtime User Sep 14, 2017 #3 Hi. try to follow the example you gave me, but I can not make it work Manifest install all that but I only see this in the folder someone can know what my mistake is? Thank you Upvote 0
Hi. try to follow the example you gave me, but I can not make it work Manifest install all that but I only see this in the folder someone can know what my mistake is? Thank you
DonManfred Expert Licensed User Longtime User Sep 14, 2017 #4 mvera said: someone can know what my mistake is? Click to expand... setting targetsdk to only 14? I would always use 19 to 22 here... Upload the project (File-Exort as zip) Upvote 0
mvera said: someone can know what my mistake is? Click to expand... setting targetsdk to only 14? I would always use 19 to 22 here... Upload the project (File-Exort as zip)
Erel B4X founder Staff member Licensed User Longtime User Sep 14, 2017 #5 1. Download the latest Android SDK and the recommended items: https://www.b4x.com/android/forum/threads/80090/#content 2. Configure the IDE to use the new Android SDK (Tools - Configure Paths). Upvote 0
1. Download the latest Android SDK and the recommended items: https://www.b4x.com/android/forum/threads/80090/#content 2. Configure the IDE to use the new Android SDK (Tools - Configure Paths).
M mvera Active Member Licensed User Longtime User Sep 14, 2017 #6 thank you very much. I will apply the changes they mention to me Upvote 0