Hi!
After I've updated the latest Android SDK v29, the sample from the following thread no longer working:
https://www.b4x.com/android/forum/threads/appcompat-with-toolbar-minimal-example.79896/#content
Does anyone face the same problem?
I've got the following error during compilation:
I've also downloaded the v4 and v7 support libraries and put it under "C:\android-sdk\extras\android\support" folder but this problem still exists.
No modification done to the sample code from Erel.
Can anyone please help me to solve this problem.
Thanks in advance.
After I've updated the latest Android SDK v29, the sample from the following thread no longer working:
https://www.b4x.com/android/forum/threads/appcompat-with-toolbar-minimal-example.79896/#content
Does anyone face the same problem?
I've got the following error during compilation:
B4X:
Compiling generated Java code. Error
B4A line: 52
Dim jo As JavaObject = ACToolBarLight1
javac 1.8.0_201
src\b4a\example\main.java:452: error: cannot access Toolbar
_jo.setObject((java.lang.Object)(mostCurrent._actoolbarlight1.getObject()));
^
class file for android.support.v7.widget.Toolbar not found
I've also downloaded the v4 and v7 support libraries and put it under "C:\android-sdk\extras\android\support" folder but this problem still exists.
No modification done to the sample code from Erel.
Can anyone please help me to solve this problem.
Thanks in advance.