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

前端 未结 5 1959
难免孤独
难免孤独 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条回答
  •  忘掉有多难
    2021-02-05 12:32

    If you are using intellij idea you can shorten command line by doing the following:

    1. go to Run/Debug Configuration
    2. pick classpath file in Shorten command line drop box. Example below.

提交回复
热议问题