How do I know if it's the latest version of my application that is running on the emulator?

柔情痞子 提交于 2019-12-11 01:26:30

问题


I develop an Android application using Eclipse and the Android emulator. Sometimes I don't know if I am running the latest version of my application in the emulator. Is there any way I can check if it is the latest version?

E.g. I do a change of the layout for my application, but when I run the application in the emulator and the change isn't visible. Then I don't know if it is an old version of the application that is running or if I have done something wrong in the new version so the change isn't visible.


回答1:


Monitor your console output as it tells you if the application was installed or not and of course keep an eye on the emulator itself as you will see your application close and reopen when it gets installed.



来源:https://stackoverflow.com/questions/4144131/how-do-i-know-if-its-the-latest-version-of-my-application-that-is-running-on-th

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!