android.content.res.Resources.getConfiguration()' on a null object reference

后端 未结 1 1347
刺人心
刺人心 2021-01-27 03:03

I have a Service that acts like an overlay with a chathead (like facebook messenger) when the user tap on this chatHead I pop a MapView (v2)

It works for the majority of

1条回答
  •  梦毁少年i
    2021-01-27 03:25

    Try turning Hardware acceleration on in manifest

    android:hardwareAccelerated="true"
    

    it worked for me source: https://code.google.com/p/gmaps-api-issues/issues/detail?id=9071

    0 讨论(0)
提交回复
热议问题