We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
gnaur
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: