I have updated latest version B4a 9.30.
Compliling my app, i have this error :
Library used : DesignSupport ver. 3.00
with previus version B4a 9.00 i havn't problem.
how can solve ?
Compliling my app, i have this error :
B4X:
B4A Versione: 9.30
Java Versione: 11
Analisi del Codice. (1.10s)
Building folders structure. (0.48s)
Compilazione del codice. (2.79s)
Compilazione del codice di layouts (0.91s)
Organizzazione Librerie. (0.00s)
(AndroidX SDK)
Generazione file R. (0.01s)
Compilazione del codice debugger. (0.14s)
Compilazione del codice Java prodotto. Error
B4A line: 1834
IME.ShowKeyboard(edt_omaggio)
src\jet\document\emidocument.java:5131: error: cannot access TextInputLayout
mostCurrent._ime.ShowKeyboard((android.view.View)(mostCurrent._edt_omaggio.getObject()));
^
class file for android.support.design.widget.TextInputLayout not found
Library used : DesignSupport ver. 3.00
B4X:
Private edt_omaggio As DSFloatLabelEditText
Sub Button5_Click
edt_omaggio.Text=""
IME.ShowKeyboard(edt_omaggio)
End Sub
with previus version B4a 9.00 i havn't problem.
how can solve ?