明明导入了v7.recylerView 的jar包,但怎么找不到类异常?
明明导入了v7.recylerView 的jar包,但怎么找不到类异常?谢谢
明明导入了v7.recylerView 的jar包,但怎么找不到类异常?谢谢
2015-06-21
我拷贝的就是自己sdk目录下的android-support-v7-recyclerview.jar,放到了libs文件夹下。编译时没报错,运行到手机上时,报1. Caused by: android.view.InflateException: Binary XML file line #11: Error inflating class android.support.v7.widget.RecyclerView,2.Caused by: java.lang.reflect.InvocationTargetException,3. Caused by: java.lang.NoClassDefFoundError: android.support.v7.recyclerview.R$styleable三个错误,怎么回事呢?
举报