Error String types not alowed Android Studio

Asked

Viewed 87 times

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:

print da tela

  • There’s a Highlight in the menu_main. I suppose the mistake is there?

  • maybe your <style name="Base.TextAppearance.Appcompat.Searchresult" Parent=""> should have a "Parent" filled in to inherit from somewhere. Try a "Base.TextAppearance.Appcompa"

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.