android - How can I see changes in Genymotion made in Eclipse? -
I am trying to use genomomon virtual machine in Eclipse. I have installed several virtual machines, but when I want to see the changes made on my app then I'm having trouble. Every time I add something new to my app, it is not being displayed on the emulator. Does anyone know how Genymotion Emulator "Refresh" so that I can show changes made in the app?
Thank you
If your problem is coming from XML resources then this is the reason I could have had this problem very long ago by a refresh that has not been done on Eclipse side.
You can try different tampering, one of them should solve your problem:
- First of all, check that your new APK device Correctly transferred and installed. For this, see the console output
- Or, change your letter and save on a bar file before creating your app,
- Clear your project even before you run your app
- And finally, uninstall your app before installing it
Comments
Post a Comment