Yes..did you use all B4A 8.30 beta?
public void _ball(int _value) throws Exception{
try {
Debug.PushSubsStack("Ball (radarprogress) ","radarprogress",2,ba,parent,63);
ResumableSub_Ball rsub = new ResumableSub_Ball(this,_value);
rsub.resume(ba, null);
}
catch (Exception e) {
throw Debug.ErrorCaught(e);
}
finally {
Debug.PopSubsStack();
}}
I do not use it, I know that from problems, it may be that installing 8.30 has ambled my settings?Compiles fine here. Looks very nice!
BTW, why aren't you setting targetSdkVersion to 26?
I found the cause of this error. You are using the legacy debugger. This is a mistake. There is no good reason to use it. I will check why it fails.