LXC4.0.9 run error on Android

Hi all:
I have built lxc4.0.9 with NDK, and copy the bins into Android.
And i can also create a container on the Android with templete busybox.
But when i start the container i get logs below:

lxc-start test 20210804105331.508 DEBUG conf - conf.c:lxc_allocate_ttys:1061 - Created tty with ptx fd 10 and pty fd 20
lxc-start test 20210804105331.508 INFO conf - conf.c:lxc_allocate_ttys:1077 - Finished creating 1 tty devices
lxc-start test 20210804105331.509 DEBUG conf - conf.c:lxc_setup_ttys:1018 - Bind mounted “/dev/pts/0” onto “/dev/tty1”
lxc-start test 20210804105331.509 INFO conf - conf.c:lxc_setup_ttys:1025 - Finished setting up 1 /dev/tty device(s)
lxc-start test 20210804105331.509 DEBUG conf - conf.c:setup_personality:1736 - Retaining original personality
lxc-start test 20210804105331.509 DEBUG conf - conf.c:setup_caps:2638 - Capabilities have been setup
lxc-start test 20210804105331.509 NOTICE conf - conf.c:lxc_setup:3756 - The container “test” is set up
lxc-start test 20210804105331.510 DEBUG start - start.c:lxc_try_preserve_namespace:140 - Preserved cgroup namespace via fd 12 and stashed path as cgroup:/proc/4431/fd/12
lxc-start test 20210804105331.510 NOTICE utils - utils.c:lxc_drop_groups:1345 - Dropped supplimentary groups
lxc-start test 20210804105331.510 NOTICE start - start.c:start:2160 - Exec’ing “/lxcbin/sh”
lxc-start test 20210804105331.510 ERROR start - start.c:start:2162 - sue added path /lxcbin/sh is here and can exe!!!
lxc-start test 20210804105331.511 ERROR start - start.c:start:2165 - No such file or directory - Failed to exec “/lxcbin/sh”
lxc-start test 20210804105331.513 ERROR sync - sync.c:sync_wait:36 - An error occurred in another process (expected sequence number 7)
lxc-start test 20210804105331.513 INFO utils - utils.c:get_rundir:260 - XDG_RUNTIME_DIR isn’t set in the environment
lxc-start test 20210804105331.514 ERROR start - start.c:__lxc_start:2074 - Failed to spawn container “test”
lxc-start test 20210804105331.514 INFO utils - utils.c:get_rundir:260 - XDG_RUNTIME_DIR isn’t set in the environment
lxc-start test 20210804105331.514 WARN start - start.c:lxc_abort:1022 - No such process - Failed to send SIGKILL to 4432
lxc-start test 20210804105331.514 INFO utils - utils.c:get_rundir:260 - XDG_RUNTIME_DIR isn’t set in the environment
lxc-start test 20210804105331.515 INFO utils - utils.c:get_rundir:260 - XDG_RUNTIME_DIR isn’t set in the environment
lxc-start test 20210804105331.515 ERROR lxccontainer - lxccontainer.c:wait_on_daemonized_start:869 - Received container state “ABORTING” instead of “RUNNING”
lxc-start test 20210804105331.515 ERROR lxc_start - tools/lxc_start.c:main:308 - The container failed to start
lxc-start test 20210804105331.515 ERROR lxc_start - tools/lxc_start.c:main:311 - To get more details, run the container in foreground mode
lxc-start test 20210804105331.515 ERROR lxc_start - tools/lxc_start.c:main:314 - Additional information can be obtained by setting the --logfile and --logpriority options

I want to start /bin/sh copied from /system/bin/,but get " No such file or directory".
The /bin/sh is really exsit.

Someone helps! Thanks!