Android Emulator: Building Boot.img From Aosp
I am trying to build AOSP 4.3 (build: JSR78D; branch: android-4.3_r2) on Debian 7 (amd64). I followed the instructions listed in Google Android website and finished build steps suc
Solution 1:
Boot.img contains the kernel. Which is the interface between the OS and the hardware. We don't have hardware in emulator device.(generic).
You want boot.img? build Android for a real device(Ex. Nexus 5)
Post a Comment for "Android Emulator: Building Boot.img From Aosp"