Using provided scope with Android Studio and Gradle (0.5.8+ only) -
using provided scope stopped working in android studio 0.5.8 java modules.
for example, java module uses classes required android...(bad know, issue exists kind of provided lib). project compiles , runs fine ide shows provided classes red:
- everything worked fine before 0.5.8 of android studio.
- intellisense not work anymore....i feel savage coding without autocompletion
- filed bug, can see details of gradle file https://code.google.com/p/android/issues/detail?id=69481&thanks=69481&ts=13996519231
i want believe common setup, has run , come solutions?
Comments
Post a Comment