After switching to the B4A IDE beta 9.30 including changing the SDK to AndoidX the following error message appears when compiling:
The environment:
The Jetify Message:
Compile tries with and without AppComp lib:
Main #AdditionalJar situation:
RV in SDK:
The author of the Recyclerview lib isnot reachable looking into this at the moment,
so how can I restore the "before SDK"?
B4X:
B4A Version: 9.30 BETA #3
Java Version: 11
Parsing code. (0.44s)
Building folders structure. (0.08s)
Compiling code. (0.31s)
Compiling layouts code. (0.02s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Generating R file. (0.00s)
Compiling generated Java code. Error
B4A line: 702
RVMain.Adapter = ExpandableAdapter
src\yyyy\ratimestamper.java:2694: error: package android.support.v7.widget.RecyclerView does not exist
parent._rvmain.setAdapter((android.support.v7.widget.RecyclerView.Adapter)(parent._expandableadapter.getObject()));
^
The environment:
The Jetify Message:
Main #AdditionalJar situation:
The author of the Recyclerview lib is
so how can I restore the "before SDK"?
Last edited: