使用android.support.design.widget.TabLayout出现java.lang.reflect.InvocationTargetException

解决方法:

1.在res里面的Values里面的styles定制一个自己的colorPrimary

1 <style name="MyAppTheme" parent="Theme.AppCompat.Light"></style>

2.在AndroidManifest.xml里面使用自己的theme

参考地址:http://stackoverflow.com/questions/32732781/got-error-inflating-class-android-support-design-widget-tablayout

 

posted on 2015-12-02 11:34  Z2  阅读(7826)  评论(0编辑  收藏  举报

导航