Android Studio 3.0 - No server to serve request

后端 未结 15 1705
北恋
北恋 2020-11-28 14:55

After clean install of Android Studio I always get the error

Error:java.util.concurrent.ExecutionException: java.lang.RuntimeException: No server t

15条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 15:48

    If it is possible for you, please delete the build folder of project and test building android project with any other version of build-tools.

    in my case, build-tools version: 26.0.2 had problem, I tested with 27.0.3 and it solved my problem unbelievably :)

提交回复
热议问题