We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
The text was updated successfully, but these errors were encountered:
whenever i call this library i get error like emulator.load_library("./vfs/system/lib/libsscronet.so", do_init=True)
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?
Sorry, something went wrong.
No branches or pull requests
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
@maiyao1988
The text was updated successfully, but these errors were encountered: