gradle project sync failed. basic functionality(e.g editing, debugging) will not work properly in android studio 1.0.1

前端 未结 6 2506
南方客
南方客 2021-02-15 22:59

I have started using Android Studio 1.0.1 and there is nothing I can do as I have this error and even the XML can\'t be rendered.

Error:Unable to start the daemon proces

6条回答
  •  猫巷女王i
    2021-02-15 23:25

    Hello this is Occured due to VM Selection:-

    This is for android studio.Try to follow the following steps:-

    1)Go to File and select settings.

    2)now select Compiler option in right hand side.

    3)Now in VM option put the following value

    -Xmx512m -XX:MaxPermSize=512m

    Now apply it. This will work for me hopefully work for you.

提交回复
热议问题