W/dalvikvm(16493): Bogus method descriptor: void (V)
Ok, I'm getting a Bogus method descriptor from my JNI code. I'm trying to
get my class constructor method ID, and it's just not playing ball. I have
also tried :
(void) V (V)V (void) void
None of which works, However when I set an Int param and put a (I)V method
descriptor, it works? but passing in an unused uneeded param is messy. I
copied and pasted the method descriptor from the official JNI
specification! I use void's in my code, so I know I can find the
definition.
I have cleaned my project with a new setup, still not playing ball. Here's
even a picture of the log: http://postimg.org/image/duc2qn57x/
No comments:
Post a Comment