You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: