Matthias Koch

Results 8 comments of Matthias Koch

maybe a mix of monokai and solarized light. I prefer the different colors of monokai, but on the other hand for solarized light colors are not stressing the eyes. Thats...

ah ok, yes I use it: public static final FSTConfiguration FST_CONFIG = FSTConfiguration.createAndroidDefaultConfiguration(); static { FST_CONFIG.setShareReferences(false); FST_CONFIG.registerClass(String.class etc etc ); } maybe the fallback doesn't work on older android versions...

doesn't change anything still get a crash with these errors: > I/dalvikvm: Could not find method sun.misc.Unsafe.putBoolean, referenced from method org.nustaq.serialization.FSTClazzInfo$FSTFieldInfo.setBooleanValue > > W/dalvikvm: VFY: unable to resolve virtual method...

even that doesn't work maybe this new Dexer make something different.

@akidee this doesn't work, Java 9 is not supported in Android at all. Also the Dalvik / Art VM differs a lot from JVM. so for Android Unsafe doesn't work...

@akidee `W/dalvikvm: VFY: unable to resolve static method 48862: Lsun/reflect/ReflectionFactory W/dalvikvm: VFY: unable to resolve virtual method 48804: Lsun/misc/Unsafe;.` as you see these are two methods from sun, they are...

hi, no, that seems to be correct but I see there is an error when subscribing for updates: ``` E0316 13:04:05.600424 15 groups.go:1229] Error during SubscribeForUpdates for prefix "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x15dgraph.graphql.schema\x00": unable...

I got it running on Simulator 17.5 and device 18.5, both in debug mode. I used the latest version from listen_share_intent (1.9.2) I made the latest updates to xcode and...