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
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.