Nico Mexis

Results 264 comments of Nico Mexis

You need to run `jar2dex` with the following parameter: `--min-sdk-version 24` (or some number bigger than 24). For the last exception, you need to provide more information, i.e., the complete...

@pxb1988 Thank you very much for giving me access to the repository! I will try to adress the users' issues as best I can :)

> `version: [dex-reader-2.x, dex-reader-api-2.x, dex-ir-2.x, d2j-smali-2.x, d2j-base-cmd-2.x, dex-tools-2.x, dex-translator-2.x]` I am quite unsure which version of dex2jar you are using. Could you please either try [the latest upstream release](https://github.com/pxb1988/dex2jar/releases/latest) or...

Three possibilities: 1. dex2jar is not perfect - in fact no dalvik converter is perfect and they cannot be perfect either. It could just be one of the cases where...

`ComponentCallbacksExtKt.startKoin$default` is exactly something that dex2jar probably tries to convert to Java, but is not able to: It tries to replace the `$` by a `.`, but this fails as...