Android “Hello, MapView” Tutorial - Map Tiles Do Not Load

后端 未结 10 2132
难免孤独
难免孤独 2020-12-02 00:04

I am new to Android software development and new to this site. I am hoping someone might have some experience with the problem I am having.

I\'ve been following the

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 00:05

    I had the issue of tiles not loading as well. As you mentioned your original post, one possibility is with the ordering of elements in the AndroidManifest.xml file. Specifically, I originally had the line:

    
    

    after the application element. Once I moved this line before the application element, my map tiles started loading again.

提交回复
热议问题