APKDeepLens
APKDeepLens copied to clipboard
AndroidManifest.xml not found
So, I get an error saying AndroidManifest.xml not found
with the below. I can run jadx
against the APK successfully. What is happening?
❯ python3 APKDeepLens.py -apk Example.apk
████ █████ ██ ██ ( ) (_ )
██ ██ ██ ██ ██ ██ _| | __ __ _ _ | | __ ___ ___
██████ █████ ████ /'_` | /'_`\ /'_`\( '_`\ | | /'_`\/' _ `\/',__)
██ ██ ██ ██ ██ ( (_| |( __/( __/| (_) )| |__ ( __/| ( ) |\__, \
██ ██ ██ ██ ██`\__,_)`\___)`\___)| ,__/'(____/`\___)(_) (_)(____/
| |
(_)
- Made By Deepanshu
[+] /Users/jj/Documents/APKDeepLens/Example.apk found!
[+] Creating new directory for extracting apk : /Users/jj/Documents/APKDeepLens/app_source/Example.apk
[+] Extracting the source code to : /Users/jj/Documents/APKDeepLens/app_source/Example.apk
INFO - loading ...
CompletedProcess(args=['/Users/jj/Documents/APKDeepLens/static_tools/jadx/bin/jadx', '/Users/jj/Documents/APKDeepLens/Example.apk', '-d', '/Users/jj/Documents/APKDeepLens/app_source/Example.apk'], returncode=0)
[-] ERROR: Manifest file /Users/jj/Documents/APKDeepLens/app_source/Example.apk/resources/AndroidManifest.xml not found.
/Users/jj/Documents/APKDeepLens/APKDeepLens.py:275: [-] [Errno 2] No such file or directory: '/Users/jj/Documents/APKDeepLens/app_source/Example.apk/resources/AndroidManifest.xml' at line 202