How can I create an Android application in Android Studio that uses the Google Maps Api v2?

后端 未结 7 1593
暗喜
暗喜 2020-11-27 10:01

I\'ve been having a lot of trouble in Android Studio trying to create an app with GoogleMap.

I have followed the following guide before with (almost) no issues usin

7条回答
  •  天命终不由人
    2020-11-27 10:40

    I wrote an article and stepped through creating a map application using both the Location interface and google map api. This will go through many of the idiocyncracies I ran into while trying to get a map application up and running including, which SDK's to include, what libraries to import, what to set in the android manifest and how to change the gradle file. Hope this helps

    http://www.todroid.com/how-to-create-a-google-map-application-using-android-studio/

提交回复
热议问题