Hi,
I am using B4A 3.00 and using the latest B4A-Bridge from the Google Play Store (v2.09).
When I use code like:
Main Activity:
It will log it 2 times in the Log in the IDE.
I am not sure if my app is now running twice some how or if it is logging everything 2 times.
This also happened even before the new B4A-Bridge update that just got pushed to my phone.
I am running the above on Android 4.1.2 using a Samsung S2 (GT-I9100)
Running the same code on my Sony Xperia Z (C6603) on Android 4.2.2 it doesn't log everything 2 times and works like normal.
(I am doing all the above in debug mode in B4A 3.00)
Is this a bug in the B4A-Bridge/IDE or is it my app that is running 2 times some how ?
I am using B4A 3.00 and using the latest B4A-Bridge from the Google Play Store (v2.09).
When I use code like:
Main Activity:
B4X:
Sub Activity_Create(FirstTime As Boolean)
Log("hello")
End Sub
It will log it 2 times in the Log in the IDE.
I am not sure if my app is now running twice some how or if it is logging everything 2 times.
This also happened even before the new B4A-Bridge update that just got pushed to my phone.
I am running the above on Android 4.1.2 using a Samsung S2 (GT-I9100)
Running the same code on my Sony Xperia Z (C6603) on Android 4.2.2 it doesn't log everything 2 times and works like normal.
(I am doing all the above in debug mode in B4A 3.00)
Is this a bug in the B4A-Bridge/IDE or is it my app that is running 2 times some how ?