EsotericSoftware / reflectasm

High performance Java reflection
BSD 3-Clause "New" or "Revised" License
1.53k stars 222 forks source link

java.lang.UnsupportedOperationException #80

Closed icoco closed 3 years ago

icoco commented 3 years ago

this lib if can use on Android ?

while I use it in Android code , it report error while running :

java.lang.UnsupportedOperationException: can't load this type of class file W/System.err: at java.lang.ClassLoader.defineClass(ClassLoader.java:591)

NathanSweet commented 3 years ago

It should work on Android. Not sure what that error is about, sorry.

icoco commented 3 years ago

i see, let me check then,thanks__