Skip to content Skip to sidebar Skip to footer

Android App Doesn't Show On The Emulator

I made an android application using eclipse and it is working fine when I started developing my app. But then as I continue to develop the app the emulator seems to be not updating

Solution 1:

Have you tried creating/using different emulator? That usually solves all puzzles I am having!

Solution 2:

Just restart eclipse and adb server:

adb kill-server
adb start-server

They will reconnected.

Post a Comment for "Android App Doesn't Show On The Emulator"