Hi there,
I'm trying to use AppWarpS2 within a simple Android game. Building the Android application gives me this error:
libs/AppWarpClientS2-1.0.8.jar: Invalid package reference in library; not included in Android: javax.xml.bind
. Referenced from com.shephertz.app42.gaming.multiplayer.client.util.AesUtil
.
I can skip this error from Lint and the game will work fine anyway, but I think this is not an optimal solution.