robotics-in-concert / android_remocons

Android based remote controllers for 1-1 robot pairing and multi-robot concerts.
0 stars 1 forks source link

Unsupported version of gradle plugin #7

Open dwlee opened 10 years ago

dwlee commented 10 years ago

I updated the android studio as version of 0.6.0. and launched adndroid_remocon project. but following error is happened.

Error:The project is using an unsupported version of the Android Gradle plug-in (0.9.2)
Fix plug-in version and re-import project
stonier commented 10 years ago

Updated in rosjava_bootstrap (hydro) : https://github.com/rosjava/rosjava_bootstrap/commit/35b8d315de7973a7263a6f0224d729a1878f1779

stonier commented 10 years ago

Note, instructions for this are on the wiki

stonier commented 10 years ago

Also build tools version upgrade 19.0.3 -> 19.1.0: https://github.com/rosjava/rosjava_bootstrap/commit/5d4d2a0a4f6bc59f9a266e18f6e65a3a61916be5

dwlee commented 10 years ago

I tried upgrading remocon project. So, I did gradle clean. And then, recompile it, below error is happened.

* What went wrong:
Execution failed for task ':common_tools:preBuild'.
> failed to find Build Tools revision 19.1.0
stonier commented 10 years ago

You need the android build tools! This is not a rosjava thing ;)

dwlee commented 10 years ago

Thank you!!!