rosjava / android_apps

Applications built on top of the rosjava android libraries.
133 stars 112 forks source link

Recent problem with android_apps #36

Closed aminasfour closed 10 years ago

aminasfour commented 10 years ago

All of the sudden I've started getting this error, when trying to compile/build android_apps:

davidnunez commented 10 years ago

This seemed to fix it for me:

In /gradle/wrapper/gradle-wrapper.properties change:

distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip

to

distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip
davidnunez commented 10 years ago

This commit seems to fix this issue: rosjava@2b24f586cafde0986c7597b6d5f4f322f6625e43

stonier commented 10 years ago

I recommend setting the gradle version you want in your build.gradle file and running the task ./gradlew wrapper will update to the gradle you want to use without having to touch files manually. That will ensure it will update the proper files (sometimes it needs to update scripts as well as that properties file).