Hey.
I’ve recently started trying to get my jme stuff to run on android and have run into a few problems.
So far i seem to have problems with enums.
Here are two exceptions:
Here i try to use an EnumMap. Replacing it with a HashMap gets me past this:
ERROR AndroidHarness SEVERE AndroidHarness 1:14:57 PM Exception thrown in Thread[GLThread 18,5,main]: at java.lang.ClassCache.callEnumValues(573)
Here i access the values() method of an enum, for parsing.
E/AndroidHarness( 1602): SEVERE AndroidHarness 1:25:39 PM Exception thrown in Thread[GLThread 17,5,main]
I’m not sure what to make of it, but i thought i’d mention it here at least.
Cheers,
Rickard