tags:

views:

24

answers:

0

Long story short: I want to add the --core-library flag at compile time to include a library that depends on some javax libraries that aren't included in the android platform. I have attempted the walkthrough here: http://commons.apache.org/scxml/usecases/scxml-stopwatch-on-android.html but nothing ever changed on the emulator.

I don't think I can repackage the libraries I'm after because I cannot amend the callers to call the new packages without violating a license agreement.

Please, someone, point me in the right direction.