Hi, I'm working on nice corporate library. The distribution is, at this time, done by integration of an .aar file added as a new module with android studio. This was working until gradle 1.1.x
*What is working: *The project compile as the project has no error. *What is broken:* Android Studio does not recognize all classes provided by the librairie like these doesn't exist. But I insist on the fact that the project is compiling and the library do what it should do! No configuration have change but the gradle version updgraded from 1.0.1 to 1.1.0. I have noticed that the dependance reference in the iml file have change from: <orderEntry type="library" exported="" name="MyAwsomeLib-1.0.3-unspecified" level="project" /> to: <orderEntry type="module" module-name="MyAwsomeLib-1.0.3" exported="" /> Is there a generic error that I am doing or is there a bug in gradle 1.1.x Regards, Olivier -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" 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.

