AndroidDecompiler
AndroidDecompiler copied to clipboard
Decompile any APK
no se ha encontrado o cargado la clase principal com.googlecode.dex2jar.tools.Dex2jarCmd at run on windows cmd
This happens on a brand new Ubuntu 20.04.1 LTS installation which is using WSL1 (I don't think that's the issue, but I mention it regardless). After installation, I installed `default-jre`...
Running your code, I get a `the src file not a .dex, .odex or zip file`
I tried to execute the command: decompileAPK.sh -p aa.apk and show the error:decompileAPK.sh: /bin/sh^M: bad interpreter: No such file or directory. How can I fix it ?
Decompiled 5519 classes Extracting resources from APK file I: Baksmaling... I: Loading resource table... Exception in thread "main" brut.androlib.AndrolibException: Could not decode arsc file at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:56) at brut.androlib.res.AndrolibResources.getResPackagesFromApk(AndrolibResources.java:491) at brut.androlib.res.AndrolibResources.loadMainPkg(AndrolibResources.java:74)...
as the title see,how can solve the problem. i was in the AndroidDecompiler-master file folder,then i run decompileAPK.sh -p xx.apk. the bash show me===> -bash: decompileAPK.sh: command not found.
So I'm trying to mod an app, and when decompiling it I get these two errors: ``` Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: C:\Users\mcgiz\Desktop\APK\.\jd-intellij\src\main\native\nativelib\win32\x86_64\libjd-intellij.dll at java.lang.ClassLoader.loadLibrary(Unknown Source) at...
Could you help me to take a look ?