android studio 第一次在手机上运行空项目崩溃
第一次安装android studio后,建立一个空项目来运行,在手机运行的时候崩溃,显示错误:Update Android Support Library to 23.2.0 cause error: XmlPullParserException Binary XML file line #17<vector> tag requires viewportWidth > 0
解决方法:
Please remove the appcompat gradle( compile "com.android.support:appcompat-v7:23.2.0") and replace with support design (compile 'com.android.support:design:23.1.1') this will solve the problem
方法来自:http://stackoverflow.com/questions/35622438/update-android-support-library-to-23-2-0-cause-error-xmlpullparserexception-bin/35748883