Android Question CAN'T MAKE APP,APK

xiaoyao

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

teddybear

Well-Known Member
Licensed User
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap
Please tell us what your IDE enviroment is, 32bit or 64bit?
I guess you need to edit b4xV5.ini and change MaxRamForDex to 1024.
it is this path: C:\Users\<Your user name>\AppData\Roaming\Anywhere Software\Basic4android
 
Upvote 0

xiaoyao

Member
Licensed User
Longtime User
yes ,now it's ok,thank you

jarsigner 错误: java.lang.IllegalArgumentException: key algorithm not compatible with signature algorithm

now have 2 bug
if VM ERROR CAN CHANGE vmsize in B4A.EXE ide,it's fine,find b4xV5.ini is to hard
 
Upvote 0

xiaoyao

Member
Licensed User
Longtime User
DOes DESIGNER LAYOUT CAN USE 100%,30%?
like 3 buttons in Panel1
set Panel1 size=100%
button1 left=5%
button1,button2,button3 with=25%
button2.left=5%
5%+button1 25%+5% +button2 25%+5% button3 25%+ 5%
how to set by DESIGNER tools?
 
Upvote 0

teddybear

Well-Known Member
Licensed User
DOes DESIGNER LAYOUT CAN USE 100%,30%?
like 3 buttons in Panel1
set Panel1 size=100%
button1 left=5%
button1,button2,button3 with=25%
button2.left=5%
5%+button1 25%+5% +button2 25%+5% button3 25%+ 5%
how to set by DESIGNER tools?
Please create a new thread for new question.
 
Upvote 0
Top