Andoid Studio 3.4
I build my project by I get error:
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?
Andoid Studio 3.4
I build my project by I get error:
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?
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