android Button background failure
when I try to add
android:background=\"@drawable/roundedbutton\"
into the .xml
&
Same issue occur in my end, it was fixed now Change the targetSdkVersion 28 to 27 in build.gradle. Thanks
targetSdkVersion 28 to 27
In my case the error occurred from a library i found the fix inside the issues of the corresponding github to that library