Results 133 comments of Demyan Kimitsa

It indeed does have cli

You run it from command line

@zaoqi please give more details about what you are going to do

I assume you are going to use robovm as compiler, then you might use either maven or gradle project type. both will allow you to compile from command line

also https://github.com/MobiVM/robovm/pull/615 addresses this case (probably issue might be closed)

hi, nobody is working on it as I know. but you are welcome to contribute

robovm uses libcore from android 4.0. to get entire RT it would require get together not only lib code project but compile and provide bunch of ext/ components such as...

hi @PokeMMO, I spent few days playing around this topic and adapted code just to `able to compile` level. I was using Android 10 R45 tag as source for everything....

hi small update on progress: - resolved all (hope so) native VM dependencies and APIs - currently VM starts and basic test are working (String/Streams/Networking (we have TLS 1.3 now!)...

have re-integrated 100+ dirty commits into so-so clean branch. also test builds are available. more details in the post: https://dkimitsa.github.io/2020/10/06/runtime-update-libcore10/ repo for build, testing, and issues: https://github.com/dkimitsa/robovm-libcore10-smoketest as its expected...