Android-Studio-2.3 Error:java.util.concurrent.ExecutionException: java.lang.RuntimeException: AAPT process not ready to receive commands

前端 未结 2 1407
时光取名叫无心
时光取名叫无心 2021-01-18 00:25

Hi there I\'m new on Android-Studio-2.3

I have these error messages that pop up : Error:java.util.concurrent.ExecutionException: java.lang.RuntimeException: AAPT pro

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-18 00:36

    YOU MAY WANT TO CHECK IN YOUR APPLICATION LEVEL

    build.gradle

    FILE for the version of gradle you are trying to compile with. When i used gradle 2.3.3 this problem occured but then i changed back to 2.2.3 and everything worked. I think the issue is with the gradle version for android studio 2.3.3. Important to note that 2.3.3 works mostly with compileSDK 25+

提交回复
热议问题