問題癥狀: Android Studio 1.2 (Build 141.1890965) 新建工程,自動build完成後,Layout Editor無法預覽Layout文件,報錯內容: Rendering Problems The following classes could not be fou ...
問題癥狀:
Android Studio 1.2 (Build 141.1890965)
新建工程,自動build完成後,Layout Editor無法預覽Layout文件,報錯內容:
Rendering Problems
The following classes could not be found:
- android.support.v7.internal.widget.ActionBarOverlayLayout (Fix Build Path, Create Class)
解決辦法,來自萬能的stackoverflow:
方法1:
1) Tools->Android->Sync Project with Cradle Files
2) Layout Editor上方找到Refresh按鈕,點擊刷新,Done
方法2:
切換Andriod Cradle plugin,從1.2.x切換到1.1.2
方法3:
升級Android Studio到1.3或更高版本。
根本原因:
Android Gradle plugin 1.2.x的bug,可以在這裡和這裡瞭解bug詳情。