-
Notifications
You must be signed in to change notification settings - Fork 76
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
AndroidManifest.xml not found #6
Comments
Hello @HackJJ Thank you for reporting this issue. Unfortunately, I am not able to reproduce this error. Could you please tell me more about it? |
I also encountered the same problem. At first, I thought it was the mac computer that opened jadx, and then I chose to allow it to open. This problem still exists. I think you can try running it on the mac computer. |
The project is so cool . But on my windows (core i5 10210u, windows 11 version 22361 ) experiencing this problem too. hope to resole this problem soon. ERROR: Manifest file D:\test\test\test\APKDeeplens\app_source\test.apk\resources\AndroidManifest.xml not found. My Python version is Python 3.11.4 |
Looks like it's happening with everyone, I tried on both Mac Intel Arc and M1 and it was working fine with me. @d78ui98 Pls check this. |
It seems that the built-in jadx is causing this error, the built-in jadx version is ‘dev’, I use https://github.com/skylot/jadx/releases/tag/v1.4.7 to replace the/root/APKDeepLens/static_tools/jadx/, works. |
@SuperZero I am not sure if it's true, because I am using same build in the repo and it's working fine. Others may try your solution and let us know if they still face same issue |
Great answer, I successfully ran this program by downloading and resetting all files under the jadx folder.Tks Bro. |
Thank you very much. I can also run normally now |
我也遇到了同样的问题,但我是通过变更JDK的版本使用的。没有修改前系统的jdk环境=1.8,当我将jdk的版本更换为11后就可以运行了 |
Thank you, @SuperZero, for the jadx fix and @wujianxin0 for the JDK version upgrade insight. Both suggestions are invaluable, and I will be updating the README to reflect the JDK version requirement to assist future users. In my environment, I am using OpenJDK version 17, so I was unable to reproduce the error initially I thought it was due to a difference in the Python version. But thanks to you both for your insightful comments they make a significant difference 😄 |
Hi, first thanks for the program, i am getting the same issue, but did not solve it with @SuperZero solution, or maybe i'm doing it wrong, i downloaded the jadx zip, and replace inside the route that he gives, my python version is 3.9.2, on a linux desktop. EDIT2: Solved it updating JDK, didnt translate @wujianxin0 at first, but thanks for the hint. |
"I encountered this issue as well, which is caused by Jadx not working properly. Please check the environment to ensure |
感谢,我也是替换后,成功运行 |
这个怎么替换呢 |
|
我是 centos 也遇到了这个问题 |
我想知道 centos 如何解决这个问题? |
1 similar comment
我想知道 centos 如何解决这个问题? |
按照上面评论的内容解决了这个问题了 |
我是windows得,win替换了好使 |
I also solved this problem.thankyou,bro. |
So, I get an error saying
AndroidManifest.xml not found
with the below. I can runjadx
against the APK successfully. What is happening?The text was updated successfully, but these errors were encountered: