Android Studio Error 'reg' is not recognized as an internal or external command

前端 未结 5 1755
庸人自扰
庸人自扰 2020-12-03 22:05

Hi I have just updated to the latest version of AS v1.00 release.

However when trying to run newly created project i get this error:

Error:Execution failed f

5条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-03 22:42

    It has amazingly worked for me. My mistake was that I set the path to

    C:\Program Files\Java\jdk1.7.0_75\bin
    

    but after reading @committeandroidere I changed my path to

    %SystemRoot%\system32;C:\Program Files\Java\jdk1.7.0_75\bin
    

    and it worked.

提交回复
热议问题