It's 2019. IntelliJ still does not support AAR libraries?

Answered

It seems I can't add an AAR library for my Maven Android project. The path is just highlighted in red when I try to add it to the module dependencies or project libraries..I am using Intellij 2018.3.6.

1
3 comments
Avatar
Permanently deleted user

Yep, I also tried that. 

When I run "mvn clean install", it builds successfully. But my problem is that when I try to write some code it does not detect the correct version of the Android support library and I cannot import the packages or classes that I need.

0

Android subsystem is maintained by Google and the supported way of configuring Android projects is using Gradle. I'm not sure they plan to fix Maven related issues, but you can try to report it at https://developer.android.com/studio/report-bugs.html.

1

Please sign in to leave a comment.