Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am debugging android studio on Nexus 5 real device.
My main activity have few Edit text + buttons.

When i debug my main activity, it debugs onCreate, i run and it finish to debug the func, but the screen does not paints, but it's not on debug.
when i exit debug mode, it continues and paints the screen.

I tried to remove most of the code, but it didn't help.
Any ideas?
Posted
Updated 18-Dec-15 22:15pm
v2
Comments
Richard MacCutchan 19-Dec-15 4:16am    
Most likely the debugger is stopping some of the screen paining as it causes the app to run slowly.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900