-
Notifications
You must be signed in to change notification settings - Fork 166
Could not find method google() for arguments [] on repository container of type org.gradle.api.internal.artifacts.dsl.DefaultRepositoryHandler. #292
Comments
Hi @devin91, please see rosjava/rosjava_bootstrap#78; this error is because you need an updated Gradle version with the latest changes introduced in #286 and related PRs. |
hi, when u upgrade the new version. i cannot run the program called map nav. I tried to upgrade gradle to 4.10.2, then i got following problems. Any hits? thanks @jubeira |
i tried to find the component.aar and commontool.aar, then use them as my external libraries. Build well but has this following mistake. I just download your program called android_apps(version kinetic) and did not change any codes. @jubeira |
Hi @zhicheng93, |
@jubeira fixed it. thanks for your reply |
hi, @jubeira , |
@zhicheng93 sorry for the delay; this seems like a different issue, can you open a new one to track it down? If you make a fix please send a PR so we can keep improving the code. Thanks! |
hi, I download the rosjava_build_tools whose gradle is 4.10.2 and source the workspace which this pkg is, and then catkin_make the android_core, but still have this error. Do I do something wrong?PLZ help |
@gongyue666 that should work; please try starting with a fresh rosjava installation.
Those basic steps should work; please let me know otherwise. |
Hi,thx for your reply.I do as follow: |
You shouldn't need to add anything when you build the first time. |
Thx for your reply, I use ./gradlew build --debug to re-compile the android_core and it build successfully with some warnings that loses some XXUnitTestXXX. I think it is just a little case.Thx。 |
I have use ROS for one years and one mouth ago , I have used the android core package to develop an application for my robot, It run well.
last week , I want update my application ,but I found the android core package has update ,and I built this package,There is some issues like this:
BUILD SUCCESSFUL in 26s
218 actionable tasks: 218 executed
Built target gradle-android_core
FAILURE: Build failed with an exception.
Where:
Script 'https://github.com/rosjava/rosjava_bootstrap/raw/kinetic/buildscript.gradle' line: 44
What went wrong:
A problem occurred evaluating script.
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
so , Is there some bug with the latest package or some sdk need to update?
The text was updated successfully, but these errors were encountered: