編譯報錯,與各位之前所說的背景圖格式不對的問題不同。如下:
Error:Execution failed for task ':app:mergeDebugResources'.
> Error: java.lang.RuntimeException: Some file crunching failed, see logs for details
請問大神們這是什么意思?
cannot resolve symbol R
Error:Execution failed for task ':app:mergeDebugResources'.
> Error: java.lang.RuntimeException: Some file crunching failed, see logs for details
請問大神們這是什么意思?
cannot resolve symbol R
2016-10-28
舉報
2016-11-04
R 類導包錯誤,?
可能是導入的R類為: import android.R;?
也可能是項目構建過程中因Resource 資源有誤,導致未自動生成R文件