hojatsajadinia / AndRoPass

Tool to check the strength of Android root and emulator detection
MIT License
66 stars 13 forks source link

Apk file not found #6

Closed dsymonds92 closed 3 months ago

dsymonds92 commented 4 months ago

Have spent weeks trying to figure this out but whatever I do I get [error] APK file not found

hojatsajadinia commented 3 months ago

Hi @dsymonds92,

I have tested the latest version on both Windows 11 and Ubuntu 22.04 (WSL) and did not encounter the "APK file not found" error. Could you please provide more details about the issue? Specifically, which command did you execute?

Here are the commands I used for testing:

Windows:

python .\AndRoPass.py -a Sample.apk
python .\AndRoPass.py -a "C:\Users\hojat\Downloads\Sample.apk"

Ubuntu:

python3 AndRoPass.py -a "/mnt/c/Users/Hojat/Documents/AndRoPass/Sample.apk"
python3 AndRoPass.py -a Sample.apk

Please ensure that your command is correct and matches one of the examples above.