Michel Drevet
Michel Drevet
thank you for your quick answer ! Unfortunately I'm not a very good Java Programmer so I don't usually do reflexion all the day. If you want this is a...
ok thank you, So i just need to clone this github repo as usual and import it as a classic java project, is that right ?
Ok thank you again and again for your help and patience; I've create package as you described in my android project, added a the new java class into it but...
YEA ! thank you the error disappear !! Yes i'm using android studio when I want to test on my device the game and deploy a signed apk but I...
ok this work on desktop. However on android, it fail on gradle build here the error : `Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple dex files define Lcom/github/czyzby/websocket/impl/NvWebSocket$1; Message{kind=ERROR,...
ok czyzby thank you, I will try this today !
Hello, I come back with some news. I think I understand way better how gradle work with maven integration etc.. If i understand correctly, my best bet is to clone...
Thank you very much for your quick reply! I managed to run it. I will test with my game, but that looks really really promissing! To confirm, this does work...
Ok so after further investigation, It does run fine on jdk8 but not on 11 (I have manually switched gradle to 8). If you are using jdk11, it does compile...
In fact I abandon gwt a while ago because it was way too complicated to make my game working properply (I use websocket and websocket on gwt is a pain.....