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.
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.
精彩评论