ExAndroidNativeEmu icon indicating copy to clipboard operation
ExAndroidNativeEmu copied to clipboard

WARNING:root:File does not exist

Open gaplan opened this issue 3 years ago • 1 comments

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

gaplan avatar Sep 04 '22 09:09 gaplan

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

gaplan avatar Sep 04 '22 23:09 gaplan