Android Studio 3.1.1 CreateProcess error=206, The filename or extension is too long

前端 未结 5 1801
难免孤独
难免孤独 2021-02-05 12:01

I am getting the below exception when building the app from Android Studio It says

CreateProcess error=206, The filename or extension is too long at

5条回答
  •  猫巷女王i
    2021-02-05 12:37

    In my case all I had to do was move the project folder from it's original location to the desktop. The new project location became - C:\Users\YourPCName\Desktop\YourProjectName

提交回复
热议问题