appcompat 应该是 自动兼容4.x 版本的
但去报错了:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.ideahos.XXX.LoginActivity}: android.view.InflateException: Binary XML file line #62: Error inflating class android.widget.CheckBox
发现将
compile 'com.android.support:appcompat-v7:23.2.0'
改为
compile 'com.android.support:appcompat-v7:23.0.0'
就好了,什么情况 ,23.2.0 中 资源不全吗 ???