Setting Explict Annotation Processor

前端 未结 9 1209
自闭症患者
自闭症患者 2021-01-30 08:25

I am attempting to add a maven repository to my Android Studio project. When I do a Gradle project sync everything is fine. However, whenever I try to build my apk, I get this e

9条回答
  •  孤城傲影
    2021-01-30 08:51

    If nothing works from above answers add following step as well, specially for new update of Android Studio 3.0.1:

    Android Studio 3.0.1:

    Add this to your app.gradle file in dependencies:

    classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
    

提交回复
热议问题