Android Question Debug Key/ApkSignerTool Error

brodmuehler

Member
Licensed User
Longtime User
Dear All

I get the following error message ...

Signiere Paketdatei (debug Key). Error
java.lang.UnsupportedClassVersionError: com/android/apksigner/ApkSignerTool has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)

Could you please help me understand what it means and what I have to do to fix this. That would be highly appreciated.

Many thanks and best regards
René
 

DonManfred

Expert
Licensed User
Longtime User
Download java 11 from this site as suggested by Erel.
Additionally you should update to B4A 11 and also install a new SDK. The one you are using is deprecated.

Follow the installationinstructions carefully. https://www.b4x.com/b4a.html
 
Last edited:
Upvote 1

brodmuehler

Member
Licensed User
Longtime User
Thanks to all of you .... did what you recommended. All sorted and works.

Thanks so much.
Best regards
René
 
Upvote 0
Top