I got the following compiler errors while trying to run the example as it is in debug mode:
Could someone please tell me what went wrong?
B4X:
B4A Version: 7.80
Parsing code. (0.00s)
Compiling code. (0.34s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
Generating R file. Error
..\res.firebaseui\values\attrs.xml:5: error: Attribute "spacingProportion" has already been defined
..\res.firebaseui\values\attrs.xml:9: error: Attribute "drawableStartCompat" has already been defined
..\res.firebaseui\values\attrs.xml:10: error: Attribute "drawableEndCompat" has already been defined
..\res.firebaseui\values\attrs.xml:11: error: Attribute "drawableTopCompat" has already been defined
..\res.firebaseui\values\attrs.xml:12: error: Attribute "drawableBottomCompat" has already been defined
..\res.firebaseui\values-v26\styles.xml:7: error: Error: No resource found that matches the given name: attr 'android:autofillHints'.
..\res.firebaseui\values-v26\styles.xml:12: error: Error: No resource found that matches the given name: attr 'android:autofillHints'.
..\res.firebaseui\values-v26\styles.xml:26: error: Error: No resource found that matches the given name: attr 'android:autofillHints'.
..\res.firebaseui\values-v26\styles.xml:17: error: Error: No resource found that matches the given name: attr 'android:autofillHints'.
E:\Data\b4a\examples\firebaseUI\FirebaseUIEx\FirebaseUI\Objects\bin\extra\res1\res\values\values.xml:118: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.DayNight.DarkActionBar'.
..\res.firebaseui\values\styles.xml:9: error: Error: No resource found that matches the given name: attr 'colorAccent'.
..\res.firebaseui\values\styles.xml:7: error: Error: No resource found that matches the given name: attr 'colorPrimary'.
..\res.firebaseui\values\styles.xml:8: error: Error: No resource found that matches the given name: attr 'colorPrimaryDark'.
E:\Data\b4a\examples\firebaseUI\FirebaseUIEx\FirebaseUI\Objects\bin\extra\res1\res\values\values.xml:139: error: Error retrieving parent for item: No resource found that matches the given name '@style/Widget.AppCompat.Button.Colored'.
E:\Data\b4a\examples\firebaseUI\FirebaseUIEx\FirebaseUI\Objects\bin\extra\res1\res\values\values.xml:183: error: Error retrieving parent for item: No resource found that matches the given name '@style/Widget.AppCompat.Spinner.Underlined'.
E:\Data\b4a\examples\firebaseUI\FirebaseUIEx\FirebaseUI\Objects\bin\extra\res1\res\values\values.xml:284: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.Design.TextInputLayout'.
Could someone please tell me what went wrong?