Archinamon / android-gradle-aspectj

gradle plug-in adding supports of AspectJ into Android project
Apache License 2.0
363 stars 58 forks source link

Question: Does it support Android Studio 3.2 and Gradle 4.4 and up? #85

Closed duanjason closed 5 years ago

duanjason commented 5 years ago

According to the readme file, "May not work properly for AS 3.0 :(", is this still true? Does it support the latest Android Studio 3.2 and Gradle 4.6? If no, what is the plan to support them?

Thanks

luanalbineli commented 5 years ago

Hi @duanjason , I'm believe no. I'm currently trying to use it with AS 3.2.1, and I'm facing the problem reported in #82

Archinamon commented 5 years ago

This warning was about IDE syntax plugin. Gradle plugin still works fine. If you're facing "no such method error" — try to update Android Gradle plugin to 3.0.1 at least or higher.