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

Error when executing moblizer.py #2

Open
aankitgiri opened this issue Jun 22, 2016 · 2 comments
Open

Error when executing moblizer.py #2

aankitgiri opened this issue Jun 22, 2016 · 2 comments

Comments

@aankitgiri
Copy link

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!

@besimaltnok
Copy link

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

@talk2noob
Copy link

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

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

3 participants