Android Google Maps Failed to find style 'mapViewStyle' in current theme

后端 未结 6 484
悲哀的现实
悲哀的现实 2020-12-03 17:01

When adding a google map view (I extended a MapView, used the xml editor to add it to the Activity, and added my google maps api key to the layout xml file manually)

<
6条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-03 17:40

    For what its worth...

    1. My experience is that I got this in the UI Designer, but it did not break the build. I assume it is an Eclipse / Android SDK bug.

    2. My app has been working perfectly on the store until I upgraded my SDK to version 20. It leads me to believe this is something to do with the SDK.

    3. Of the various answers to this question (and duplicates) I found, none of them helped:

      • not changing the target SDK

      • not clean & build

      • not declaring a style manually


    Finally, these questions are all duplicates (and mostly useless as confirmed by Ewok):

    • Android Google Maps Failed to find style 'mapViewStyle' in current theme
    • Let's solve the "Failed to find style 'mapViewstyle' in current theme" error
    • Google Maps in Android: Failed to find style 'mapViewStyle' in current theme
    • 'Failed to find style mapViewStyle' error persists
    • Android maps:Failed to find style 'mapViewStyle' in current theme
    • Android - Failed to find style 'mapViewStyle' in current theme
    • Android "Failed to find style 'mapViewStyle' in current Theme" error
    • Failed to find style 'mapViewStyle' in current theme

    I tried to point this out to the moderators but I was ignored...

提交回复
热议问题