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

前端 未结 5 1746
庸人自扰
庸人自扰 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:49

    I have encountered the same issue. As Mr. Blurred have said you should add C:\Windows\System32 to your PATH environment variable. To do this you should open Control Panel, go to System -> Environment Variables, find PATH in System Variables and add the following entry at the beginning: %SystemRoot%\system32;

提交回复
热议问题