Obsolete
Status Update
Comments
ey...@gmail.com <ey...@gmail.com> #2
Actually looks like I got bit by Gradle-aware Make
was present. I just checked it in Meerkat on a whim and it was not present. Adding it back seems to solve the issue.
ju...@google.com <ju...@google.com> #3
Thanks for letting us know this is no longer an issue for you.
Please do not hesitate to file a new issue if this or something similar happens again.
For information of what’s needed in the report please don’t forget to read this guide athttps://developer.android.com/studio/report-bugs
Please do not hesitate to file a new issue if this or something similar happens again.
For information of what’s needed in the report please don’t forget to read this guide at
Description
After updating to AS Meerkat, I moved a View in a layout xml file. When I Run the app, that change wasn't reflected. Running again immediately launched the app on the device and the change was still not present, even after manually killing the app, and Running again.
Running
./gradlew :app:installDebug
from the command line causes the changes to deploy.I will include
build/intermediates/apk/debug/app-debug.apk
and a snippet I grabbed from the logs in a follow up comment.