You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you planing to support not only armeabi-v7a? I had tried to do that, i had replaced APP_ABI in Application.mk to armeabi, but had got this error: Android NDK: ERROR:caffe-android-lib/caffe-mobile/jni/Android.mk:protobuf: LOCAL_SRC_FILES points to a missing file Android NDK: Check that caffe-android-lib/caffe-mobile/jni/../../protobuf/obj/local/armeabi/libprotobuf.a exists or that its path is correct
This happened because protobuf library is building only for armeabi-v7a, and i can't make it to build for another eabi.
Thanks in advance.
P.S. sorry for my bad English
The text was updated successfully, but these errors were encountered:
Hello.
Are you planing to support not only armeabi-v7a? I had tried to do that, i had replaced APP_ABI in Application.mk to armeabi, but had got this error:
Android NDK: ERROR:caffe-android-lib/caffe-mobile/jni/Android.mk:protobuf: LOCAL_SRC_FILES points to a missing file Android NDK: Check that caffe-android-lib/caffe-mobile/jni/../../protobuf/obj/local/armeabi/libprotobuf.a exists or that its path is correct
This happened because protobuf library is building only for armeabi-v7a, and i can't make it to build for another eabi.
Thanks in advance.
P.S. sorry for my bad English
The text was updated successfully, but these errors were encountered: