Error inflating class fragment

后端 未结 30 2667
长发绾君心
长发绾君心 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:44

    None of the solutions mentioned above helped me. In the log I could find the detail of the exception as mentioned below:

    06-19 16:20:37.885: E/AndroidRuntime(23973): Caused by: java.lang.RuntimeException: API key not found.  Check that /meta-data/ android:name="com.google.android.maps.v2.API_KEY" android:value="your API key"/ is in the application element of AndroidManifest.xml.
    

    I did this and my code was working!

    
    
    

提交回复
热议问题