Android studio build fast but run wrong in emulator -
exactly problem, if have small change in app display ui (modify activity code or resource layout), android studio build fast , run app in emulator without kill "previous version" process (running in emulator), sometime it's run , display correct, sometime doesn't run correct want, must kill process manual , rebuild project, takes lot of time, , makes me confused because don't know go wrong, thought bug.
it happen when update android studio, think feature powerful , helpful, application mustn't rerun beginning whenever build new version.
but how enabled/disabled "fast build", sometime want android studio build project normally.
you have 2 solution:
1)you can disable instant run
settings > build,execution,deployment > instant run
- , disable it
2)clean project when studio doesn't build properly
Comments
Post a Comment