Android Question [SOLVED] Problem B4XDrawer - sliding drawer

Martin Larsen

Active Member
Licensed User
Longtime User
I am trying to implement the B4XDrawer but when I run the example I get the following error:

B4X:
B4A Version: 9.50
Java Version: 8
Parsing code.    (0.00s)
Building folders structure.    (1.25s)
Compiling code.    (0.59s)
Compiling layouts code.    (0.02s)
Organizing libraries.    (0.00s)
    (Android Support Library)
Generating R file.    Error
c:\android\android-sdk\tools\..\extras\android\m2repository\com\android\support\appcompat-v7\25.3.1\unpacked-appcompat-v7-25.3.1\res\values-v24\values-v24.xml:3: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.
c:\android\android-sdk\tools\..\extras\android\m2repository\com\android\support\appcompat-v7\25.3.1\unpacked-appcompat-v7-25.3.1\res\values-v24\values-v24.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.

I can't decipher the message to tell what is wrong.
 
Top