Hi, Using Gradle or Maven: Android Studio is unable to resolve the classes from an ".aar" dependency.
Example: A project with a dependency to appcompat aar. I have a MyActivity class which extends ActionBarActivity. Android Studio cannot resolve ActionBarActivity because it can't find it in the classpath because it is not looking inside the aar classes.jar. How can I configure or Android Studio so that it resolves the resources and classes from an aar dependency? Or is there a way to configure .. Issue on intellij tracker: http://youtrack.jetbrains.com/issue/IDEA-118585 -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
