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
GaiException
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.