android studio報錯failed to notify build listener

AS版本用3.3就行了。

以下爲英文解釋:

I am migrate to ver android studio 3.3Rand to this moment I do not have problem with gradle 5.0, but I recomende you to build your project with gradle ver 4.10.
How m-r Jacomet write, Gradle NOT compatible with Android Studio 3.2.
To IntelleJ IDE, I see that they have a big problem with visual component preview, must write every time for new name on Theme listing (Base) or change name implementation 'com.android.support:appcompat-v7:28.0.0-alpha3'...to alpha1..
To my self only, I think my be, If Gradle is not compatible with Android Studio and Intellj why thy do it Gradle?
For render problem intelliJ for android developer
Check your build.gradle (Module: app) file and change:
compileSdkVersion 28
targetSdkVersion 28
To:
compileSdkVersion 27
targetSdkVersion 27

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章