使用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
解决方法:
1.在res里面的Values里面的styles定制一个自己的colorPrimary
1 <style name="MyAppTheme" parent="Theme.AppCompat.Light"></style>
2.在AndroidManifest.xml里面使用自己的theme