1. 程式人生 > >安卓:Could not read cache value from'C:\Users\Username\.gradle\daemon\1.12\registry.bin'

安卓:Could not read cache value from'C:\Users\Username\.gradle\daemon\1.12\registry.bin'

android studio在載入專案的時候報錯:

Error:Could not read cache value from'C:\Users\Username\.gradle\daemon\1.12\registry.bin'

參考stack overflow上的一個解決方法,刪除 registry.bin.lock 檔案即可,這個檔案與registry.bin是在一個目錄下的。

刪除這個檔案後,重新開啟AS即可。

參考連結:http://stackoverflow.com/questions/25127652/gradle-error-after-importing-projects-from-eclipse