You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just added your project in my gradle and it throws me this error during the sync:
C:\Users\Daniq\.android\build-
cache\47f85a58837f42204ad53113b8b4916ad78affec\output\res\layout\date_time_range_picker.xml
Error:(22) No resource identifier found for attribute 'isDone' in package 'com.myapp'
Error:(39) No resource identifier found for attribute 'isVisible' in package 'com.myapp'
Error:(52) No resource identifier found for attribute 'isVisible' in package 'com.myapp'
Error:(98) No resource identifier found for attribute 'isVisible' in package 'com.myapp'
Error:(111) No resource identifier found for attribute 'isVisible' in package 'com.myapp'
Error:(28, 21) No resource type specified (at 'isDone' with value '@{viewModel.isCompletable}').
Error:(50, 26) No resource type specified (at 'isVisible' with value '@{!viewModel.hasStartDate}').
I have just added your project in my gradle and it throws me this error during the sync: