这个错误啥意思04-27 22:03:58.367 12480-12480/com.example.hello E/dalvikvm: Could not find class 'android.support.v4.view.ViewCompat$OnUnhandledKeyEventListenerWrapper', referenced from method android.support.v4.view.ViewCompat.addOnUnhandledKeyEventListener04-27 22:03:58.367 12480-12480/com.example.hello E/dalvikvm: Could not find class 'android.view.WindowInsets', referenced from method android.support.v4.view.ViewCompat.dispatchApplyWindowInsets04-27 22:03:58.377 12480-12480/com.example.hello E/dalvikvm: Could not find class 'android.view.WindowInsets', referenced from method android.support.v4.view.ViewCompat.onApplyWindowInsets04-27 22:03:58.377 12480-12480/com.example.hello E/dalvikvm: Could not find class 'android.view.View$OnUnhandledKeyEventListener', referenced from method android.support.v4.view.ViewCompat.removeOnUnhandledKeyEventListener04-27 22:03:58.387 12480-12480/com.example.hello E/dalvikvm: Could not find class 'android.support.v4.view.ViewCompat$1', referenced from method android.support.v4.view.ViewCompat.setOnApplyWindowInsetsListener04-27 22:03:58.407 12480-12480/com.example.hello E/dalvikvm: Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method android.support.v7.widget.AppCompatImageHelper.hasOverlappingRendering
3 回答
皈依舞
TA贡献1851条经验 获得超3个赞
类未找到。你需要导入v4这个包
final int src = (configuratorSrc[0] & 0xFF) << 8 | (configuratorSrc[1] & 0xFF);
- 3 回答
- 0 关注
- 1876 浏览
添加回答
举报
0/150
提交
取消