Android Question Is this color is Normal?

Alberto Iglesias

Well-Known Member
Licensed User
Longtime User
issuecolor.jpg
 

klaus

Expert
Licensed User
Longtime User
Yes !
It shows that you use the rapid debugger.
The first time you run the program you'll see the gray color.
For all next runs you'll see this green color because the rapid debugger is active.
You might have a look at the latesd edition of the Beginner's Guide.
The rapid debugger is explained there.

Best regards.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
As Klaus wrote it means that the rapid debugger is active. More precisely it means that the rapid debugger was able to reuse the previous "shell" app and there was no need to deploy a new app to the device. The installation should be quick (and with B4A-Bridge there is no need to approve it).

If for example you add a file to the Files tab or change a layout file then you will see the standard grey color as the "shell" app needs to be redeployed. The result will be the same.

In background compilation mode there will be a beep sound in this case so you will know that you need to approve the installation.
 
Upvote 0
Top