The dex2jar is only running on the first classes.dex file and putting this into a .jar. So the whole decompiling is only done on a split part of the whole apk code. This can be fixed by updating to dex2jar 2.1 and using it directly on the apk. dex2jar 2.1 supports multidex
The dex2jar is only running on the first classes.dex file and putting this into a .jar. So the whole decompiling is only done on a split part of the whole apk code. This can be fixed by updating to dex2jar 2.1 and using it directly on the apk. dex2jar 2.1 supports multidex