ologic / Tango

Everything related to Google Project Tango
86 stars 41 forks source link

ROSTango fails to import on Android 1.0.0 #17

Open vijethrai opened 9 years ago

vijethrai commented 9 years ago

Seems like the same issue as issue #2 but this time with the latest version of Android.

I have the latest version of repo and just started. First I get the error

the project is using an unsupported version of the android gradle plug-in (0.12.2). the recommended version is 1.0.0

So I changed the build.gradle to

 classpath group: 'org.ros.rosjava_bootstrap', name: 'gradle_plugins', version: '1.0.0'

Now I get this error

Could not resolve org.ros.rosjava_bootstrap:gradle_plugins:1.0.0. Required by:

:rostango:unspecified

What would you recommend? Downgrading Android?