Error inflating class fragment

后端 未结 30 2684
长发绾君心
长发绾君心 2020-11-22 14:38

I get the Error

Unable to start activity ComponentInfo{de.androidbuch.activiti/de.androidbuch.activiti.task.Activity}: android.view.InflateException: Binar         


        
30条回答
  •  不知归路
    2020-11-22 14:53

    After one day struggle i found some scenario check may be you are facing same,

    If everything is woking same as google code then please check manifest file in my case i added geo key and map key that's why exception occurs,

    Note - do not add two keys in manifest file remove map key

    meta-data
            android:name="com.google.android.maps.v2.API_KEY"
            android:value="@string/google_maps_key"/>
    

    above code and add this code.

     
    
     
    

提交回复
热议问题