Android resource linking failed, Hardcoded text

103 Views Asked by At

I don't know the reason why it keep goes on with error. Please help me!

enter image description here

1

There are 1 best solutions below

0
On

after viewing your code, I found an error is app:showAction. the correct attribute is android:showAsAction="ifRoom", not app:showAction="ifRoom"


please remove app:showAction="ifRoom" & add android:showAsAction="ifRoom".