I'm using an ACButton from the AppCompat library. After installing 6.80 beta 1, I get the following crash:
The code worked fine before.
B4X:
prevButton.Text=\
javac 1.7.0_51
src\b4a\example\screen.java:280: error: method setText in class TextViewWrapper<T> cannot be applied to given types;
__ref._prevbutton.setText((Object)("Previous"));
^
required: CharSequence
found: Object
reason: actual argument Object cannot be converted to CharSequence by method invocation conversion
where T is a type-variable:
T extends TextView declared in class TextViewWrapper