Start a new topic

attach google map places with POIs

image

I have created android app till this image in android studio using javascript API. I want POIs that contain google map places instead of this randon POIs. What should I do?



in your gradle file this line is two times in dependencies
compile 'com.android.support:appcompat-v7:26.1.0'

 make it one time and then try again.

Which one did you use? The SDK samples or from scratch? 


Can you send me your gradle file? And the print of the installed SDK tools?


yes, I have that line duplicated :/ but without it, the same error, android-26 not found.

Login or Signup to post a comment