android No resource found that matches the given name attr的一種解決辦法
總的原則:
用于編譯的SDK的版本 >= 所用支持庫的版本宙攻,如用了下面的庫:
[java]view plaincopy
compile?'com.android.support:design:22.2.1'??
那么SDK的版本要>=22:
[java]view plaincopy
compileSdkVersion?22??
此外冀值,使用Android Support Design庫后勉吻,如果項目中再次使用support v4包柴底,會發(fā)生沖突匀哄,報java.exe finished with non-zero exit value 2這個錯召烂,此時刪掉項目中的v4包即可松申。