Android Question B4a Emulator

Nitin Joshi

Active Member
Licensed User
Longtime User
How to add B4a emulator? Basically I want to check script variable is working or not.
 

DaGunster

Member
Licensed User
I use my phone and also my tablet. Connect via USB. Go to Settings | Developer Options. Turn it on.
Also turn on USB debugging in your phone.
In your B4A program, make Log statements as such. Change to suit your need about the script variable.

If FirstTime Then
Log("Log.Main.Activity_Create First Time")
Else
Log("Log.Main.Activity_Create Not First Time")
End If


Run the program and look at the Logs tab.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…