請問我新建了android項目后出現了這樣的錯誤是什么原因,怎么解決呢?
error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
2017-06-29
舉報
2017-06-29
意思是你在創建工程時,Minimum Required SDK 選項選的太低了(你應該是選了2.2的吧.),你調高點,選4.0的。
2017-06-29
i think you also need to add?appCompat?library in project
(來自stackoverflow)