Android Build - emulator stuck on Android logo

I experimented with the Android system for a couple of days. I could download and build the system successfully, as described here . I built a lead branch.

Instead of running the emulator command, I used the command with the parameters specified here here . The emulator window started up and showed the android logo, but it got stuck there. I left it for almost 1 hour, but it looks like it went into some kind of loading cycle. When you checked logcat, I could find the logs with a failed connection, as shown below.

 I/PackageManager( 283): /system/app/Launcher2.apk changed; collecting certs D/dalvikvm( 283): GC_CONCURRENT freed 460K, 36% free 5704K/8808K, paused 15ms+24ms, total 170ms I/Installer( 283): connecting... I/Installer( 283): disconnecting... E/Installer( 283): connection failed I/PackageManager( 283): /system/app/LiveWallpapers.apk changed; collecting certs D/dalvikvm( 283): GC_CONCURRENT freed 1182K, 43% free 5049K/8808K, paused 6ms+9ms, total 125ms I/Installer( 283): connecting... I/Installer( 283): disconnecting... E/Installer( 283): connection failed I/PackageManager( 283): /system/app/LiveWallpapersPicker.apk changed; collecting certs I/Installer( 283): connecting... I/Installer( 283): disconnecting... E/Installer( 283): connection failed I/PackageManager( 283): /system/app/MagicSmokeWallpapers.apk changed; collecting certs I/Installer( 283): connecting... I/Installer( 283): disconnecting... E/Installer( 283): connection failed I/PackageManager( 283): /system/app/MediaProvider.apk changed; collecting certs I/Installer( 283): connecting... I/Installer( 283): disconnecting... E/Installer( 283): connection failed 

These messages are displayed for almost all APKs and continue in a loop. The system has Internet access, but somehow the emulator cannot connect to the network, I think.

Possible workarounds?

Update: 30/09 Running the emulator command shortly after build didn’t work either. I don’t show the Android logo at all.

+7
android android-emulator android-source android-build
source share
1 answer

set your pitch to 512 mb and run emulator

+4
source share

All Articles