Open vijethrai opened 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:
What would you recommend? Downgrading Android?
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
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?