Hello,
I’m trying to build for Android an application I’m working on, but build failed with error: [java] Error: Can’t read [proguard.ClassPathEntry@24e5ddd0] (Can’t process class [com/softwareag/mobile/runtime/nui/nUITablerowElement.class] (Unsupported version number [51.0] for class format)). File nUITablerowElement.class exists in my directory D:<blah-blah>\0.0.0\AND_HTC_G1_temp__java_edit_\bin\temp_classes\com\softwareag\mobile\runtime\nui. But the funny thing is that the date when nUITablerowElement.class and nUITextfieldElement.class were created is 5th of January this year, and it seems that they are not supported by proguard. Any ideas how this can be fixed???
Here is the end of build log, with the error. If you need more detailed information, I’ll send you full log.
[java] ProGuard, version 4.4
[java] Error: Can't read [proguard.ClassPathEntry@24e5ddd0] (Can't process class [com/softwareag/mobile/runtime/nui/nUITablerowElement.class] (Unsupported version number [51.0] for class format))
[java] Reading program directory [D:\Develop\Eclipse\Collaboration\_PulseMobileClient_\Builds\0.0.0\AND_HTC_G1\_temp_\_java_edit_\bin\temp_classes]
The following error occurred while executing this line:
D:\Develop\Eclipse\Collaboration_PulseMobileClient_\targets\AND_HTC_G1.xml:15: The following error occurred while executing this line:
C:\SoftwareAG\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:31: The following error occurred while executing this line:
C:\SoftwareAG\wMMobileDesigner\Devices\Android\HTC\G1.xml:51: The following error occurred while executing this line:
C:\SoftwareAG\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:42: The following error occurred while executing this line:
C:\SoftwareAG\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:140: The following error occurred while executing this line:
C:\SoftwareAG\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:42: The following error occurred while executing this line:
C:\SoftwareAG\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:453: The following error occurred while executing this line:
C:\SoftwareAG\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:42: The following error occurred while executing this line:
C:\SoftwareAG\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:536: The following error occurred while executing this line:
C:\SoftwareAG\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:42: The following error occurred while executing this line:
C:\SoftwareAG\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts-crosscompile.xml:49: The following error occurred while executing this line:
C:\SoftwareAG\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:42: The following error occurred while executing this line:
C:\SoftwareAG\wMMobileDesigner\Platforms\Android\platform_buildscript.xml:11: The following error occurred while executing this line:
C:\SoftwareAG\wMMobileDesigner\Tools\Build\BuildScript\v1.0.0\scripts.xml:42: The following error occurred while executing this line:
C:\SoftwareAG\wMMobileDesigner\Platforms\Android\platform_buildscript.xml:270: The following error occurred while executing this line:
D:\Develop\Eclipse\Collaboration_PulseMobileClient_\Builds\0.0.0\AND_HTC_G1_temp__java_edit_\build.xml:281: Java returned: 1
<<< ERROR: Build failed for “PulseMobileClientG1EN” >>>>
BUILD SUCCESSFUL
Total time: 22 seconds
Best regards,
Grigor