Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traceback error #17

Open
akashkbaburajan opened this issue Jan 4, 2018 · 0 comments
Open

Traceback error #17

akashkbaburajan opened this issue Jan 4, 2018 · 0 comments

Comments

@akashkbaburajan
Copy link

When executing the command ./droidbox.sh <apk_file_name> I am getting the following error. Could you please tell me what is wrong and how I can correct it?

Traceback (most recent call last):
File "scripts/droidbox.py", line 516, in
main(sys.argv)
File "scripts/droidbox.py", line 318, in main
ret = call(['monkeyrunner', 'monkeyrunner.py', apkName, packageName, mainActivity], stderr=PIPE, cwd=os.path.dirname(os.path.realpath(file)))
File "/usr/lib/python2.7/subprocess.py", line 523, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 711, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant