Where can I get a JAR to import libcore.io?

前端 未结 1 2077
忘掉有多难
忘掉有多难 2021-02-14 17:04

I want to handle an GaiException in my App. The debugger tells me, it lives in the libcore.io package, but importing it yields an error. I guess I need to add an ad

1条回答
  •  遇见更好的自我
    2021-02-14 17:48

    If you are using android studio you can add this line to your gradle build (under dependencies).

    compile 'org.robovm:robovm-rt:+'
    

    If using Eclipse, check this Maven link and add it however is appropriate.

    0 讨论(0)
提交回复
热议问题