问题描述
- Android Studio跑程序的时候报错了 求大神指教!!
-
02-29 21:27:52.770 13264-13270/com.example.cms.yibujiazai E/jdwp: Failed sending reply to debugger: Broken pipe
02-29 21:27:52.820 13264-13264/com.example.cms.yibujiazai W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/view/SearchEvent;)
02-29 21:27:52.820 13264-13264/com.example.cms.yibujiazai I/dalvikvm: Could not find method android.view.Window$Callback.onSearchRequested, referenced from method android.support.v7.internal.view.WindowCallbackWrapper.onSearchRequested
02-29 21:27:52.820 13264-13264/com.example.cms.yibujiazai W/dalvikvm: VFY: unable to resolve interface method 14483: Landroid/view/Window$Callback;.onSearchRequested (Landroid/view/SearchEvent;)Z
02-29 21:27:52.820 13264-13264/com.example.cms.yibujiazai I/dalvikvm: Could not find method android.view.Window$Callback.onWindowStartingActionMode, referenced from method android.support.v7.internal.view.WindowCallbackWrapper.onWindowStartingActionMode
02-29 21:27:52.820 13264-13264/com.example.cms.yibujiazai W/dalvikvm: VFY: unable to resolve interface method 14487: Landroid/view/Window$Callback;.onWindowStartingActionMode (Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;
02-29 21:27:52.900 13264-13264/com.example.cms.yibujiazai I/dalvikvm: Could not find method android.content.res.TypedArray.getChangingConfigurations, referenced from method android.support.v7.internal.widget.TintTypedArray.getChangingConfigurations
02-29 21:27:52.900 13264-13264/com.example.cms.yibujiazai W/dalvikvm: VFY: unable to resolve virtual method 406: Landroid/content/res/TypedArray;.getChangingConfigurations ()I
02-29 21:27:52.900 13264-13264/com.example.cms.yibujiazai I/dalvikvm: Could not find method android.content.res.TypedArray.getType, referenced from method android.support.v7.internal.widget.TintTypedArray.getType
02-29 21:27:52.900 13264-13264/com.example.cms.yibujiazai W/dalvikvm: VFY: unable to resolve virtual method 428: Landroid/content/res/TypedArray;.getType (I)I
02-29 21:27:53.310 13264-13301/com.example.cms.yibujiazai W/dalvikvm: threadid=11: thread exiting with uncaught exception (group=0x419b4c80)
02-29 21:29:49.300 13264-13301/com.example.cms.yibujiazai I/Process: Sending signal. PID: 13264 SIG: 9
解决方案
哥们,看看是不是你的配置文件出问题了.....
解决方案二:
求大神进一步指导
新手
我要怎么检测配置文件是否有错
解决方案五:
找不到类,是不是你在gradle中没配置引用
时间: 2025-01-30 11:12:16