Android Question Compiling error AmirRecyclerView after B4A update 10.70

Lello1964

Well-Known Member
Licensed User
Longtime User
After latest B4A update 10.70,

i have this problem compiling using AmirRecyclerView Lib.

B4X:
B4A Versione: 10.70
Analisi del Codice.    (0.15s)
    Java Versione: 11
Building folders structure.    (0.13s)
Compilazione del codice.    (0.45s)
Compilazione del codice di layouts    (0.00s)
Organizzazione Librerie.    (0.00s)
    (AndroidX SDK)
Compiling resources    (0.33s)
Linking resources    (2.07s)
Compilazione del codice debugger.    (0.03s)
Compilazione del codice Java prodotto.    Error
B4A line: 118
End Sub
src\com\aghajari\recyclerview\samplev2\rva_toolbarparallax.java:583: error: package android.support.v7.widget does not exist
public void SetOnClickNavButtonView (android.support.v7.widget.Toolbar toolbar){
 

Lello1964

Well-Known Member
Licensed User
Longtime User
Error with android.support means that the library needs to be jetified.

Better solution: switch to xCustomListView.

Error with android.support means that the library needs to be jetified.

it's Jetified, but doesn't compile.

I'll use xCustomListView, but have older app using AmirRecyclerView
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Guess you need to use the AndroidX Version of amirRecyclerview instead of the android-support Version...
 
Upvote 0
Top