I have Debug (as opposed to Release) set in B4A. I've successfully connected to my Android 7.2 phone using B4A-Bridge. When I compile & run my app, it installs successfully. There's a problem in the app which causes my code to output a Msgbox. Immediately, before the MsgBox line, there is a line with a Log command. However, no result appears However, I do not see the above Log entry in B4A. Is there a way of seeing it on the connected phone?
PS I previously got a message in the B4A Log saying to add android:targetSdkVersion="19" to the Manifest after line android:minSdkVersion="4". I did as instructed but it still appears. Is this connected with this problem?
PPS Does the Log clear after each Compile & Run invocation?
PS I previously got a message in the B4A Log saying to add android:targetSdkVersion="19" to the Manifest after line android:minSdkVersion="4". I did as instructed but it still appears. Is this connected with this problem?
PPS Does the Log clear after each Compile & Run invocation?
Last edited: