No resource identifier found for attribute 'showAsAction' in package 'android'

前端 未结 7 1881
花落未央
花落未央 2021-02-13 19:30

as the title suggest, I\'m getting that error in at least 3 of the XML layout files, however, I dont see the attritube \"showsAsAction\" in any of those XML files, did I miss so

相关标签:
7条回答
  • 2021-02-13 20:05

    If you import your project from Android Studio to eclipse, just add:

    <?xml version="1.0" encoding="utf-8"?>
    

    In the head of xml, then it will all fix.

    0 讨论(0)
提交回复
热议问题