Deploy_model_on_android code is doesn't work

I did all the things at the tutorial https://tvm.apache.org/docs/tutorials/frontend/deploy_model_on_android.html

Only difference from original code is

local_demo = false

And i get this output when i run

What do you suggest?

Couldn’t edit the post.

lib.export_library(lib_fname, fcompile) At this line it gives lib is instance of tuple has no export_library member error.

my test_target is cpu

my target is ‘llvm -mtriple=arm64-linux-android’

and target host is None

I’m thinking problem source is here lib = relay.build(mod, target=target,target_host=target_host, params=params)

My device bridge between pc is working well. I’m not using docker, running it in local.