Android Question Compile error

LéonE

Member
Licensed User
Longtime User
hi, i got just a new phone (nokia3) when i compile i get this error:

B4A Version: 7.80
Parsing code. (0.13s)
Compiling code. (0.22s)

ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. (0.05s)
Organizing libraries. (0.00s)
Generating R file. (0.03s)
Compiling generated Java code. (1.33s)
Convert byte code - optimized dex. Error
java.lang.UnsupportedClassVersionError: com/android/dx/command/Main : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:480)
Exception in thread "main"

must say that i still have B4A installed on a windows XP.

please advice
 

LéonE

Member
Licensed User
Longtime User
error on compile
Installing file to device. Error
The system cannot find the file specified
also
clicking (where ever) in/on the sdk manager the window closes
 
Upvote 0

LéonE

Member
Licensed User
Longtime User
Erel, thanks for your reply. but is a xp problem.
now is working again after a great battle.

one question. if i change computer (win 10) can get a full latest version or do i have to bye again.
 
Upvote 0
Top