Issue
After I update Android Studio to chipmunk, every time I build the project it gives me this warning. Sometimes it even gives me two times in Run and Build tabs overlapping each other and consuming one click of the mouse to dismiss it, what end up being really annoying.
Is there a way to disable those bubble notifications? Disabling this specific one would be the ideal, but disabling only build notifications should work for me as well.
Thanks in advance.
Solution
In Android Studio Go to Help | Edit custom propertie
paste the following line
editor.soft.wrap.force.limit=100000
Answered By - Noman Uddin
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.