AndroidNote
AndroidNote copied to clipboard
Error:Could not run build action using Gradle installation 'D:\Program Files\Android\AndroidStudio\gradle\gradle-2.4'.
错误:升级AndroidStudio时引起的错误。 解决方案:
- File -> Invalidate caches / Restart (清除缓存)
- Shutdown Android Studio (关闭AndroidStudio)
- Remove .gradle folder in the user home directory (移除工作空间.gradle文件夹)
- Restart Android Studio let it download all the Gradle stuff it needs (重启AndroidStudio)
- Gradle build success ! (等待gradle构建成功)
- Rebuild project.... success ! (重新构建工程成功)