For example if you import the gradle project https://github.com/mg6maciej/android-maps-extensions The dependency to the library will not be resolved. -> that's the main problem play-services will be because the source code is added as a module (this isn't ideal)
On Saturday, 21 December 2013 21:27:09 UTC+1, Siva Velusamy wrote: > > Could you provide us a reproducible test case? This should just work > out of the box. > > Also, if you are using Gradle, and you have an issue with the Android > plugin, please file issues at http://b.android.com. Issues with the > rest of IntelliJ should be file at youtrack. > > On Sat, Dec 21, 2013 at 5:05 AM, Benoit Billington > <[email protected] <javascript:>> wrote: > > 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] <javascript:>. > > For more options, visit https://groups.google.com/groups/opt_out. > -- 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.
