albert6969
New Member
I test B4A trial 6.50, I have a problem in debug and debug mode. The application stops outputing _click functions from activity.addmenuitem
The error is not systematic, it can work correctly 2 or 3 times.
I test on vodafone smart tab 4G (android 4.4.4) root and alps M4 SS4350 (android 4.4.2) root
Attached is a minimum code
Excuse me for my english, it's the fault of google translation
CONFIG and TEST___________________________________________________________
PC with Windows 10
B4A 6.50 trial (download 24/12/16)
SDK tools 25.2.4
SDK platform tools 25.0.3
JDK 1.8.0_112 all new download
test with android api 19 and api 25
test with SDK build tools 25.0.2 et SDK build tools 24.0.3 (install on c:\android)
test with USB and B4A bridge
test with DALVIK and ART
test with #DebuggerForceFullDeployment: true or false
and #DebuggerForceStandardAssets: true or false
Nothing works
________________________________________________________________________
Sub Process_Globals
End Sub
Sub Globals
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.AddMenuItem("Load Table", "LoadTable")
Activity.AddMenuItem("Save Table", "SaveTable")
Activity.LoadLayout("Layout1")
LoadTable_Click '<<<<<<<<<<<<<<<<<<<<<Call if rotate : no crash on breakpoint
End Sub
Sub LoadTable_Click '<<<<<<<<<<<<<<<<<<<<BREAKPOINT
End Sub '<<<<<<<<<<<<<<<<<<<<<<<<<< CRASH ON EXIT
Sub SaveTable_Click
End Sub
Sub Activity_Resume
End Sub
Sub Activity_Pause (UserClosed As Boolean)
End Sub
The error is not systematic, it can work correctly 2 or 3 times.
I test on vodafone smart tab 4G (android 4.4.4) root and alps M4 SS4350 (android 4.4.2) root
Attached is a minimum code
Excuse me for my english, it's the fault of google translation
CONFIG and TEST___________________________________________________________
PC with Windows 10
B4A 6.50 trial (download 24/12/16)
SDK tools 25.2.4
SDK platform tools 25.0.3
JDK 1.8.0_112 all new download
test with android api 19 and api 25
test with SDK build tools 25.0.2 et SDK build tools 24.0.3 (install on c:\android)
test with USB and B4A bridge
test with DALVIK and ART
test with #DebuggerForceFullDeployment: true or false
and #DebuggerForceStandardAssets: true or false
Nothing works
________________________________________________________________________
Sub Process_Globals
End Sub
Sub Globals
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.AddMenuItem("Load Table", "LoadTable")
Activity.AddMenuItem("Save Table", "SaveTable")
Activity.LoadLayout("Layout1")
LoadTable_Click '<<<<<<<<<<<<<<<<<<<<<Call if rotate : no crash on breakpoint
End Sub
Sub LoadTable_Click '<<<<<<<<<<<<<<<<<<<<BREAKPOINT
End Sub '<<<<<<<<<<<<<<<<<<<<<<<<<< CRASH ON EXIT
Sub SaveTable_Click
End Sub
Sub Activity_Resume
End Sub
Sub Activity_Pause (UserClosed As Boolean)
End Sub