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

前端 未结 7 1908
花落未央
花落未央 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 19:47

    you must choose an API 14 with version of 4.0 or grater because any version below 4.0 does not contain in its package the showAsAction attribute

提交回复
热议问题