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
Opening a jadx project on jadx-gui then chose File/Save as gradle project
AndroidManifest.xml is present along with smali files IMPORTANT! If the error occurs with a specific APK file please attach or provide link to apk file! -> impossible forbiden by github
java.lang.IllegalStateException: Could not find AndroidManifest.xml
at jadx.core.export.ExportGradleTask.run(ExportGradleTask.java:40)
at jadx.core.utils.tasks.TaskExecutor.wrapTask(TaskExecutor.java:166)
at jadx.core.utils.tasks.TaskExecutor.runStages(TaskExecutor.java:142)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
The text was updated successfully, but these errors were encountered:
fparrel
changed the title
java.lang.IllegalStateException: Could not find AndroidManifest.xml
[gui] java.lang.IllegalStateException: Could not find AndroidManifest.xml
Mar 4, 2025
Opening a jadx project on jadx-gui then chose File/Save as gradle project
AndroidManifest.xml is present along with smali files
IMPORTANT! If the error occurs with a specific APK file please attach or provide link to apk file! -> impossible forbiden by github
The text was updated successfully, but these errors were encountered: