ExAndroidNativeEmu
ExAndroidNativeEmu copied to clipboard
WARNING:root:File does not exist
When I write the code I have, I get the following error on macbook i put it in '/proc/cpuinfo' folder but it can't see it where is the right place?
emulator = Emulator( vfs_root=posixpath.join(posixpath.dirname(file), "vfs") )
Error message is
WARNING:root:File does not exist '/proc/cpuinfo'
WARNING:root:File does not exist '/proc/self/auxv'
@maiyao1988
whenever i call this library i get error like
emulator.load_library("./vfs/system/lib/libsscronet.so", do_init=True)
but the file is under this folder
/Users/username/Downloads/ExAndroidNativeEmu-master 2/vfs/proc
Why can't I see it, or where am I doing wrong?
@maiyao1988