Android-Testing icon indicating copy to clipboard operation
Android-Testing copied to clipboard

Error when executing moblizer.py

Open aankitgiri opened this issue 9 years ago • 2 comments

Hi,

I am getting an error IOError: [Errno 2] No such file or directory: './diva-bet/AndroidManifest.xml'

When executing the moblizer.py, it asked for apk filename. It proceeds and starts using apktool and other stuff. But it encounters an error when it reads the Manifest file.

Any help!

aankitgiri avatar Jun 22 '16 09:06 aankitgiri

Solution : rootpath = b.split(".")[0]

besimaltnok avatar Dec 15 '16 18:12 besimaltnok

Facing same issue, Please help.

Test started for diva-beta.apk Traceback (most recent call last): File "C:\Users\username\Downloads\moblizer.py", line 47, in call(['apktool','d',b]) File "C:\Python27\lib\subprocess.py", line 523, in call return Popen(*popenargs, **kwargs).wait() File "C:\Python27\lib\subprocess.py", line 711, in init errread, errwrite) File "C:\Python27\lib\subprocess.py", line 959, in _execute_child startupinfo) WindowsError: [Error 2] The system cannot find the file specified

talk2noob avatar Apr 12 '17 08:04 talk2noob