Robotics StackExchange | Archived questions

android_core catkin_make => ':android_tutorial_hokuyo:preBuild'

I try catkinmake in androidcore directory. but build failed.

i can't understand. why this error occurred. please help me.


 Built target gradle-android_core
:android_tutorial_hokuyo:preBuild FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':android_tutorial_hokuyo:preBuild'.
> failed to find target android-15 : /opt/android-sdk

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 30.791 secs
make[2]: *** [android_extras/CMakeFiles/gradle-android_extras] 오류 1
make[1]: *** [android_extras/CMakeFiles/gradle-android_extras.dir/all] 오류 2
make: *** [all] 오류 2
Invoking "make -j2 -l2" failed

Asked by Beeoh on 2016-06-12 21:30:03 UTC

Comments

@Beeoh what are you trying to build / which tutorial are you following? Hokuyo is part of android_extras, but you are mentioning android_core in the question. What steps did you follow to get there?

Asked by jubeira on 2018-02-08 12:31:43 UTC

Answers