Open kabukky opened 2 years ago
I got the exception too, my solution is discard the sdk of onyx and rewrite these functions by myself to avoid this error. You could decompile the .class file in onyx sdk and find how the function that you need are implemented, it's easy to rewrite them if you just need a few function, because a lot of platform-based functions are just load some classes in package 'android.onyx' and invoke some methods of them by reflection.
The Demo runs fine for me, but in Logcat, I can see this error in several places. It seems something doesn't work out in the background and a dependency is missing: