So no, it is not common IDEA gradle implementation problem.
It works correctly for all jar dependencies, problem is only with AAR.

It's because Android Studio open classes from this location
build/intermediates/exploded-aar
And IDEA has no information about source code for files in this location.
Android studio should setup source location for the exploded-aar to the 
gradle local cache

Like:
c:\Users\UserName\.gradle\caches\modules-2\files-2.1\de.keyboardsurfer.android.widget\crouton\1.8.5\368f18883b398d7ee334ca3e6c43cf182b2058e2\crouton-1.8.5-sources.jar

Exist issue ticked with this problem in your issue tracker?

-- 
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/d/optout.

Reply via email to