Failed to load or instantiate:

 

add this code in your xml:

xmlns:andro
xmlns:tools="http://schemas.android.com/tools"
xmlns:imagecontrol="http://schemas.android.com/apk/res-auto"

like this:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:andro
    xmlns:tools="http://schemas.android.com/tools"
    xmlns:imagecontrol="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical" >

  

相关文章:

  • 2021-07-03
  • 2022-12-23
  • 2021-08-08
  • 2021-10-25
  • 2022-12-23
  • 2021-12-22
  • 2021-07-27
猜你喜欢
  • 2022-01-19
  • 2022-12-23
  • 2022-12-23
  • 2021-06-13
  • 2022-01-05
  • 2021-12-04
  • 2021-06-11
相关资源
相似解决方案