I deleted two activities in android studio and got this error, is there a solution?
Android resource linking failed
com.example.myapplication.app-mergeDebugResources-29:/layout-w936dp-v13/content_scrolling.xml:22: error: resource string/large_text (aka com.example.myapplication:string/large_text) not found.
com.example.myapplication.app-mergeDebugResources-29:/layout-w936dp-v13/viewholder2.xml:24: error: resource drawable/m__1_ (aka com.example.myapplication:drawable/m__1_) not found.
com.example.myapplication.app-mergeDebugResources-29:/layout-w1240dp-v13/content_scrolling.xml:17: error: resource string/large_text (aka com.example.myapplication:string/large_text) not found.
error: failed linking file resources.
I tried to return them but I couldn’t.
2
Answers
Try with
Invalidate Caches/Restart
layout-w936dp-v13/content_scrolling.xml string/large_text is not
present in string.xml file.
layout-w936dp-v13/viewholder2.xml
drawable/m__1_ image or icon not present in drawable folder.
layout-w1240dp-v13/content_scrolling.xml string/large_text is not
present in string.xml file.