rosjava / android_core

Android libraries for rosjava
145 stars 166 forks source link

Cannot import in Android Studio (or Eclipse) #228

Closed kahst closed 9 years ago

kahst commented 9 years ago

Importing android_core with "Import Project from Gradle" in Android Studio throws following exception:

Unable to load class 'org.codehaus.groovy.runtime.typehandling.ShortTypeHandling'.

Same with Eclipse Gradle import:

Google suggests using a gradle version higher than 2.0 but as far as I know Android Studio only supports gradle 1.10

Thank for your help!

stonier commented 9 years ago

The updates for indigo across the board have resolved the ShortTypeHandling problem.

Thanks for the report!