so27 Active Member Licensed User Longtime User Aug 19, 2021 #1 Hello, had to reinstall my computer and have reinstalled the SDK. When compiling my app now this error comes up. What can I do? B4X: c:\android_sdk\tools\..\extras\b4a_remote\com\google\android\material\material\1.4.0\unpacked-material-1.4.0\res\layout\material_timepicker_dialog.xml:38: error: attribute barrierMargin () not found. Where can I get that (material\material\1.4.0\unpacked-material-1.4.0\res\layout\)?
Hello, had to reinstall my computer and have reinstalled the SDK. When compiling my app now this error comes up. What can I do? B4X: c:\android_sdk\tools\..\extras\b4a_remote\com\google\android\material\material\1.4.0\unpacked-material-1.4.0\res\layout\material_timepicker_dialog.xml:38: error: attribute barrierMargin () not found. Where can I get that (material\material\1.4.0\unpacked-material-1.4.0\res\layout\)?
Erel B4X founder Staff member Licensed User Longtime User Aug 19, 2021 #2 You have downloaded the two components and unzipped them, right? There are some old libraries that need to be updated. Which library are you using? Upvote 0
You have downloaded the two components and unzipped them, right? There are some old libraries that need to be updated. Which library are you using?
so27 Active Member Licensed User Longtime User Aug 19, 2021 #3 You have downloaded the two components and unzipped them, right? Click to expand... Yes. DesignSupport with the Workaround (https://www.b4x.com/android/forum/t...-material-design-components.58893/post-814803). So far I haven't had any more problems with it. Only now after the reinstallation. Upvote 0
You have downloaded the two components and unzipped them, right? Click to expand... Yes. DesignSupport with the Workaround (https://www.b4x.com/android/forum/t...-material-design-components.58893/post-814803). So far I haven't had any more problems with it. Only now after the reinstallation.
Erel B4X founder Staff member Licensed User Longtime User Aug 19, 2021 #4 I recommend you to remove this library. Due to its dependencies it needs to be maintained and updated. There are almost no reasons to support Android 4 devices so if you like the material dialogs, just use the native dialogs with Dialogs2 library. Upvote 0
I recommend you to remove this library. Due to its dependencies it needs to be maintained and updated. There are almost no reasons to support Android 4 devices so if you like the material dialogs, just use the native dialogs with Dialogs2 library.