You can try this way:
apps/android_rpc/app/src/main/jni/Android.mk: Line 36
`LOCAL_SRC_FILES := org_apache_tvm_native_c_api.cc`
modify:
LOCAL_SRC_FILES := org_apache_tvm_native_c_api.cc \
$(ROOT_PATH)/src/runtime/rpc/rpc_channel.cc \
$(ROOT_PATH)/src/runtime/rpc/rpc_endpoint.cc \
$(ROOT_PATH)/src/runtime/rpc/rpc_local_session.cc
This is my solution
---
[Visit Topic](https://discuss.tvm.ai/t/can-not-build-android-rpc/6667/3) 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/90bb0082974116651cf2f970e9c9cf890615dbf0c51dc5e79488906165d1aab8).