You can use this way to avoid it: in tvm/apps/android_rpc/app/src/main/jni/make/config.mk modify : APP_ABI = all to APP_ABI = armeabi-v7a #choise your android abi in (armeabi-v7a arm64-v8a x86 x86_64 mips) And at the last line: ADD_LDLIBS = /home/tvm/apps/android_rpc/app/src/main/jni/libtvm_runtime.so #make by cross compile Then try it again, you may success
--- [Visit Topic](https://discuss.tvm.ai/t/can-not-build-android-rpc/6667/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/884fbd7d3d2bd8baaf9bb1bf150817267bdf119eab8b8958abea79bca341ff7d).
