Deploy_model_on_android.py Stuck on load_module

Hello, everyone

I follow the tutorials to deploy the model on android. I have passed the test script (cpu mode). And the deploy_model_on_android.py works fine if local_demo=True.

However, if local_demo=False and test_target=cpu, I get the following error

I’m using tvm-0.7.0 and pixel 3.

I have solved this problem following this blog.

It seems that the latest tvm source codes have fixed this bug.

Follow this thread, mybe this is better way.