-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Failed build with app_tensorflow_sample #2
Comments
@jjmmouss what is your NDK version and have you ever tried to build the other two samples? This error is probably caused by improper version of the NDK, please try to build it with android-ndk-r16b. |
The build was successful, but it goes down as soon as it starts up. "There was a problem, exiting Algoapp." |
07-25 04:15:05.623 18510-18607/com.segway.robot.algo.algo_app A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x10 in tid 18607 (Thread-190) When I start tensorflow app, it crashes |
Hello
I am using Android Studio 3.1.4
with Android SDK tools 26.1.1 and Android platform version API 28 revision 6
After following the instruction of the readme, I tried to build the app_tensorflow_sample and I got the following error :
After some googeling, I modified the Cmakelist. I suppressed the warning with
-Wno-expansion-to-defined
which solved the error but a new one displayed :The text was updated successfully, but these errors were encountered: