Closed ghost1372 closed 1 year ago
You don't have to exclude every single androidx library, just the ones that do actually conflict with your dependencies. In your case, it seems like one of the dependencies you've added require some resources that our libs don't have.
Avoid using the material-dialogs library, it relies on stock androidx appcompat components as you can see here. For custom dialogs you can use the ones bundled in our design module (GridMenuDialog, ProgressDialog) or use Samsung's Picker dialogs (SeslColorPicker, SeslDatePicker or SeslTimePicker).
Thank you, removing material-dialogs fixed issue๐ but there is a new issue ๐, white page!
Are you trying to build the Sample App? If not I highly suggest you to start a new project from scratch. Please also provide enough useful info, like logs and the actual code you're trying to run.
oh, sorry ๐ my mistake, MainActivity is empty tnx for help
Hi again, I am facing this error, And the app does not compile
Are my excludes correct?