Issue
[Layout screen as an bug example1While developing my android app I deleted linear layout by selecting it in layout manager by mouse and pressing delete button after that android studio stopped giving me auto complete code suggestions in XML also layout manager is not showing all attributes associated with with a UI component Please guide me how to fix this issue
Solution
The xml code might not be in proper format, like missing any closing bracket or something else, first you should check that.
Other steps to try:
- Build -> Clean Project -> Rebuild Project
- File -> Invalidate Caches and Resatart
- File ->Manage IDE Settings -> Restore Default Settings (it will reset your IDE, as if it is newly installed.)
Answered By - Kamal Nayan
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.