After upgrading to the new version of B4A, my old project refuses to compile!
Using the previous release, everything works (sdkversion=26).
Tried also to change sdkversion to 28, installed AndroidX sdk and Jetified (saying: nothing to do)...
I use AppCompat (v.3.52) and the following code:
For Each V As View In TBar.GetAllViewsRecursive
If V Is ACActionMenu Then
Dim M As ACActionMenu=V
[...]
gives me the error:
javac 1.8.0_202
src\[...].java:2167: error: cannot access ActionMenuView
_m.setObject((androidx.appcompat.widget.ActionMenuView)(_v.getObject()));
^
class file for android.support.v7.widget.ActionMenuView not found