Android Gradle CompilationFailedException after Android Studio Update

前端 未结 6 1211
执念已碎
执念已碎 2020-12-02 22:40

I\'m getting the following error when I build my project:

org.gradle.api.internal.tasks.compile.CompilationFailedException: Compilation failed; see the compi         


        
6条回答
  •  庸人自扰
    2020-12-02 22:58

    Give permission to use depricated NDK like this:

    • Go to gradle.properties
    • Add this : android.useDepricatedNdk=true

提交回复
热议问题