0
I’m following a tutorial login on Facebook with Firebase, I will not put all the files because they are basically the own tutorial.
When running the code, the following error appears:
String types not allowed (at 'activity_horizontal_margin' with value ").
And by clicking on the error, it goes to line 698 of the file values.xml:
<style name="Base.TextAppearance.AppCompat.SearchResult" parent="">
There should be something between the quotes?
Error print and part of code:
There’s a Highlight in the
menu_main
. I suppose the mistake is there?– itscorey
maybe your <style name="Base.TextAppearance.Appcompat.Searchresult" Parent=""> should have a "Parent" filled in to inherit from somewhere. Try a "Base.TextAppearance.Appcompa"
– Icaro