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
/* JADX ERROR: Failed to decode insn: 0x0020: INVOKE_POLYMORPHIC r2, r6, r3, r4, method: com.example.myapplication26.MainActivity.invoke_polymorphic():void
jadx.core.utils.exceptions.DecodeException: Unknown instruction: '0x0020: INVOKE_POLYMORPHIC r2, r6, r3, r4'
at jadx.core.dex.instructions.InsnDecoder.decode(InsnDecoder.java:494)
at jadx.core.dex.instructions.InsnDecoder.lambda$process$0(InsnDecoder.java:50)
at jadx.plugins.input.dex.sections.DexCodeReader.visitInstructions(DexCodeReader.java:85)
at jadx.core.dex.instructions.InsnDecoder.process(InsnDecoder.java:45)
at jadx.core.dex.nodes.MethodNode.load(MethodNode.java:145)
at jadx.core.dex.nodes.ClassNode.load(ClassNode.java:410)
at jadx.core.ProcessClass.process(ProcessClass.java:67)
at jadx.core.ProcessClass.generateCode(ProcessClass.java:115)
at jadx.core.dex.nodes.ClassNode.decompile(ClassNode.java:384)
at jadx.core.dex.nodes.ClassNode.decompile(ClassNode.java:308)
*/
/* JADX ERROR: Failed to decode insn: 0x003D: INVOKE_POLYMORPHIC_RANGE r4, r5, r6, r7, r8, r9, r10, r11, method: com.example.myapplication26.MainActivity.invoke_polymorphic_range():void
jadx.core.utils.exceptions.DecodeException: Unknown instruction: '0x003D: INVOKE_POLYMORPHIC_RANGE r4, r5, r6, r7, r8, r9, r10, r11'
at jadx.core.dex.instructions.InsnDecoder.decode(InsnDecoder.java:494)
at jadx.core.dex.instructions.InsnDecoder.lambda$process$0(InsnDecoder.java:50)
at jadx.plugins.input.dex.sections.DexCodeReader.visitInstructions(DexCodeReader.java:85)
at jadx.core.dex.instructions.InsnDecoder.process(InsnDecoder.java:45)
at jadx.core.dex.nodes.MethodNode.load(MethodNode.java:145)
at jadx.core.dex.nodes.ClassNode.load(ClassNode.java:410)
at jadx.core.ProcessClass.process(ProcessClass.java:67)
at jadx.core.ProcessClass.generateCode(ProcessClass.java:115)
at jadx.core.dex.nodes.ClassNode.decompile(ClassNode.java:384)
at jadx.core.dex.nodes.ClassNode.decompile(ClassNode.java:308)
*/
The text was updated successfully, but these errors were encountered:
@hide955 is it possible to share an app apk or at least a method smali?
This instruction is rare now on Android (after d8), and I am not sure how to get this instruction by compiling from source.
The text was updated successfully, but these errors were encountered: