Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> 關於Android編程 >> AndroidStudio 使用過程中出現的異常(Gradle sync failed)處理辦法

AndroidStudio 使用過程中出現的異常(Gradle sync failed)處理辦法

編輯:關於Android編程

AndroidStudio使用過程中出現的異常

異常信息:

 Gradle sync failed: Unable to start the daemon process.
   This problem might be caused by incorrect configuration of the daemon.
   For example, an unrecognized jvm option is used.
   Please refer to the user guide chapter on the daemon at https://docs.gradle.org/2.10/userguide/gradle_daemon.html
   Please read the following process output to find out more:
   -----------------------
   Error occurred during initialization of VM
   Could not reserve enough space for object heap
   Error: Could not create the Java Virtual Machine.
   Error: A fatal exception has occurred. Program will exit.
   Consult IDE log for more details (Help | Show Log)

剛開始使用AndroidStudio

在網上看的時候,一直以為是自己gradle.properties文件中

org.gradle.jvmargs=-Xmx1024m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

-Xmx1024m的值太小了,最後發現原來是由於我自己的電腦內存太小,只有2G,而windows系統差不多要占1G左右,所以得把

-Xmx1024m的值改為-Xmx512m才行

以上就是對AndroidStudio 錯誤資料整理,後續繼續補充相關資料,謝謝大家對本站的支持!

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved