qdrzwd / dexmaker

Automatically exported from code.google.com/p/dexmaker
0 stars 0 forks source link

Support for declaring a native method #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

I'm trying to declare a public, native method:

    dexMaker.declare(methodId, Modifier.PUBLIC | Modifier.NATIVE);

What is the expected output? What do you see instead?

java.lang.IllegalArgumentException: Unexpected flag: 101

DexMaker currently does not support creating native methods and thus the 
pre-condition check throws the IllegalArgumentException.

What version of the product are you using? On what operating system?

dexmaker 1.0

Original issue reported on code.google.com by michi.zo...@gmail.com on 22 Oct 2013 at 1:15

GoogleCodeExporter commented 8 years ago
Is there any result for this issue?

Original comment by dnus...@apportable.com on 3 Jul 2014 at 3:26