Android Question B4A on windows10 32bit sytem (compilation error .....)

fgh3966

Active Member
Licensed User
Hello everybody.
I install B4A on windows10 64 bit system and it work fine.
I want install B4A on a small PC with windows 32bit system, with 2GB ram ,
I instal OpenJDK_14.0.1_Build_7.paf.exe 32 bit
But when i compile this message apear : Error occurred during initialization of VM could not reserve enough space for 2097152KB object heap

What can i do to fix this problem ?

Thank you in advance .
 

JohnC

Expert
Licensed User
Longtime User

It says: "Download one of the following JDKs. Note that OpenJDK 11 requires Windows 64 bit."

It looks like you might not be able to use OpenJDK version 14, and version 11 requires 64-bit
 
Upvote 0

fgh3966

Active Member
Licensed User
I try install openjdk-8u41-b04-windows-i586-14_jan_2020.zip , it's 32 bit platform, but the same error appear when i compile.
To install B4A i download , unzip and copy sdk-tools-windows-4333796.zip and ressources.zip , to C:\Android, is this the right action?

This is the error with B4A :

B4A Version : 10.0
Java Version : 8
Analyse du code. (0.01s)
Building folders structure. (0.09s)
Compilation du code. (0.08s)
Compilation du code des layouts. (0.01s)
Organiser les bibliothèques. (0.00s)
(AndroidX SDK)
Génération du fichier R. (0.00s)
Compilation du code du débogueur. Error

Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap


What can i do ?
Can you tell me download links ?

Regards
 
Upvote 0

fgh3966

Active Member
Licensed User
Ok , i can modify the hidden file b4xV5.ini, and i try other value "1500" for example and b4A can compile.
Very thank for your quick help. :)
 
Upvote 0
Top