Android Question No output in the console

b4auser1

Well-Known Member
Licensed User
Longtime User
I haven't used B4J for a year. Now I have started to develop a little application in B4J 3.5.

When I tried to print some data to output, then I didn't see anything in the Windows 10 console.
I see output in the log window of IDE, but anything when start jar in the Windows 10 console.

B4X:
Sub AppStart (Args() As String)
    Log("Hello World")
End Sub

I launched jMsgboxesDemo.jar succesfully within and outside of IDE and saw window with buttons.
It confirm that applications start outside of IDE.
 
Top