Google Maps V2 - Error inflating class Fragment

后端 未结 15 1671
清歌不尽
清歌不尽 2020-12-03 01:04

I\'m trying my hand and Android Application Development. I\'m currently using Eclipse (I can\'t remember the version, whatever the newest is). I\'ve crossed a bridge where I

15条回答
  •  情歌与酒
    2020-12-03 01:24

    In Some of android 6.0 mobile this exception is bug If unable to flat XML cause by

    Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.Configuration android.content.res.Resources.getConfiguration()' on a null object reference
    

    Then it is active bug in android https://issuetracker.google.com/issues/35827842

    This can be solved by adding

    android:hardwareAccelerated="true" adding in activity tag
    

提交回复
热议问题