mobile - Android Application Screen problem -


I have started working on Android development and the screen does not show what it should look like. Showing what I should look at the graphical layout, but on the emulator I just show "Android"

emulator

graphical layout < P>

This screen emulator shows up as part of the boot-up, so your emulator has not completed its boot process. Sometimes the emulator can take up to 5 minutes to boot. You will have to wait until you see the unlock screen. If you enable snapshots that will increase the emulator start time significantly.

Comments