A week ago i was working on B4a without any problem. After update with the new version of B4a and SDK java files, I get several unexplained errors (on my PC and my Laptop too).
1. In a sudden, I get the message during compliling
"Can't find the file:
Configure paths Tools etc
I did look at the forum and do some recommendations that did not work (define system variable c:\andoid/android-sdk/data/platform-tools" etc)
2. In a machine that the compiling was finishing without problem (I have 3 machines) , sometimes I get the message "An error occur. Rapid debugger failed to connect to device. Pleae try again" (I have a Nexus 7 II). Trying again, get an error on tablet's screen "Unfortunately, the app xxxxxx, has finished unexpectably" at the very and then on Pc screen "An error occur. Rapid debugger failed to connect to device. Pleae try again"... sometimes when I close the B4a and re-open it, it works...
3. The most worryined problem is that in cases that I finally do the compliling properly and the program run on my tablet, there is a label view which its text updated properly with a new text message but this is not shown on my tablet screen (showing the text before the new "updated" text), I found it using breakpoints and delibarately set the label.text with a new text-.
4. Another worried problem ( I solved anyway by changing the code but strange for me though) is that there was a text view which when I was attemping to add its content to a list view, list.add(textview.text), the programm crashed getting long red messages something about "do you load layout etc" (but the text view was created on the designer so no need to be initiliased).
As a result I'm totally unable to continue programming my B4A little app.
regards
mike