0

Andoid Studio 3.4

I build my project by I get error:

enter image description here

I double click on line with error, but nothing happend. It's not show where is a concrete error? In what class, xml or smt. else.

Why?

Zoe
  • 27,060
  • 21
  • 118
  • 148
Alexei
  • 14,350
  • 37
  • 121
  • 240
  • Can you try? `File --> Invalidate Caches / Restart --> Invalidate and Restart` – RKRK May 22 '19 at 16:34
  • @RKURBAN invalidate caches and restart isn't a magical, fix-all solution. Especially when this is the way Android Studio is designed, for reasons I cannot understand – Zoe May 23 '19 at 05:14
  • [Related](https://stackoverflow.com/q/48400895/6296561) – Zoe May 23 '19 at 05:15

2 Answers2

0

Try: Select Build menu then Click on Clean Project

0

This error is usually related to problems in your XML files and is known to not be pointed/resolved by Android Studio itself; The possiblities goes on duplicated headers on XML files or misspelled atributes that the IDE for some reason couldn't identify or highlight.
You could first try to rebuild, then try to invalidate cache and restart Android Studio and if the error persists, try to undo the last modifications to your XML files

see failed linking file resource. - I am getting this error even after trying all possible solution provided by others

Ra.cavalieri
  • 143
  • 2
  • 11