I have installed B4A(v 5.80) in my new Windows 10 computer. I have been working with B4A with my old computer(Windows XP) for three years without problems. But now when I try to compile a Project that Works fine in my old system I get this error:
.
.
.[/CODE]
I have changed MaxRamForDex and ProcessesTimeoutSeconds to:
ProcessesTimeoutSeconds=160
MaxRamForDex=1536
in the b4xV5.ini file with the same result.
Thank you in advance for helping me.
B4X:
[CODE]B4A version: 5.80
Parsing code. (0.26s)
Compiling code. (0.36s)
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. (0.04s)
Generating R file. (0.15s)
Compiling generated Java code. (2.70s)
Convert byte code - optimized dex. Error
UNEXPECTED TOP-LEVEL EXCEPTION:
java.lang.NullPointerException
at com.android.dx.cf.direct.ClassPathOpener.processDirectory(ClassPathOpener.java:217)
at com.android.dx.cf.direct.ClassPathOpener.processOne(ClassPathOpener.java:158)
at com.android.dx.cf.direct.ClassPathOpener.process(ClassPathOpener.java:144)
at com.android.dx.command.dexer.Main.processOne(Main.java:537)
at com.android.dx.command.dexer.Main.processAllFiles(Main.java:449)
at com.android.dx.command.dexer.Main.runMonoDex(Main.java:236)
at com.android.dx.command.dexer.Main.run(Main.java:206)
at com.android.dx.command.dexer.Main.main(Main.java:179)
at com.android.dx.command.Main.main(Main.java:103)
.
.
.[/CODE]
I have changed MaxRamForDex and ProcessesTimeoutSeconds to:
ProcessesTimeoutSeconds=160
MaxRamForDex=1536
in the b4xV5.ini file with the same result.
Thank you in advance for helping me.