I would like to know the last B4A version and Android SDK version that can use DSTabLayout normally?
I was able to use B4A5.5+adnroid-22 normally before
My current B4A13.4 android-36 encountered an error while compiling:
I don't want to replace other libraries because they don't meet my requirements and the workload of replacement is too heavy
B4A Version: 13.40
Parsing code. (0.00s)
Java Version: 19
Building folders structure. (0.01s)
Compiling code. (0.00s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.02s)
Linking resources (1.64s)
build tools: 36.0.0, android jar: android-36
Compiling debugger engine code. (0.00s)
Compiling generated Java code. Error
B4A line: 63
TabLayout.SetViewPager(VP)
src\example\tablayout\fixedtabsicon\main.java:424: 错误: 无法访问ViewPager
mostCurrent._tablayout.SetViewPager((androidx.viewpager.widget.ViewPager)(mostCurrent._vp.getObject()));
^
找不到android.support.v4.view.ViewPager的类文件
注: src\example\tablayout\fixedtabsicon\main.java使用或覆盖了已过时的 API。
注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
1 个错误
I was able to use B4A5.5+adnroid-22 normally before
My current B4A13.4 android-36 encountered an error while compiling:
I don't want to replace other libraries because they don't meet my requirements and the workload of replacement is too heavy
B4A Version: 13.40
Parsing code. (0.00s)
Java Version: 19
Building folders structure. (0.01s)
Compiling code. (0.00s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.02s)
Linking resources (1.64s)
build tools: 36.0.0, android jar: android-36
Compiling debugger engine code. (0.00s)
Compiling generated Java code. Error
B4A line: 63
TabLayout.SetViewPager(VP)
src\example\tablayout\fixedtabsicon\main.java:424: 错误: 无法访问ViewPager
mostCurrent._tablayout.SetViewPager((androidx.viewpager.widget.ViewPager)(mostCurrent._vp.getObject()));
^
找不到android.support.v4.view.ViewPager的类文件
注: src\example\tablayout\fixedtabsicon\main.java使用或覆盖了已过时的 API。
注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
1 个错误