CreateProcess error=2, The system cannot find the file specified [Android studio]

后端 未结 7 1868
离开以前
离开以前 2020-12-09 09:10

I upgraded my windows and reinstalled Android studio 0.3.2. I am using windows8.1 Pro now and installed java x64, I also did set up JAVA_HOME E

7条回答
  •  离开以前
    2020-12-09 09:24

    I am getting this because of ndk path .

    Check the ndk path in local.properties file & also check the sdk path . Delete the build file , sometimes it makes the error in case you are migrating the project from Linux to windows or vice versa .

    Then click invalidate cache and restart .

    Mine this solved this issue . Hope this will help you .

提交回复
热议问题