Android-x86

Run Android on your PC


Release Note 4.4-r2

(2015/01/01)

The Android-x86.org is glad to announce the 4.4-r2 release to public. This is the second stable release Android-x86 4.4 (kitkat-x86). A live CD ISO is available in the following site:

Key Features

The 4.4-r2 release is based on the Android 4.4.4_r2 (KitKat-MR2.2) release. We have fixed and added x86 specified code to let the system runs smoothly on x86 platforms, especially for tablets and netbooks. Except the functions of 4.4-r1, the additional features include



Released Files

We tried to create universal images for most x86 platforms. This release contains two files. One is the traditional ISO file that can be booted on devices with legacy BIOS. The other is the EFI image that can be used on more modern devices with UEFI firmware. You can choose one of them depends on your devices. In doubt, try the ISO file first.

Both files can be dumped into a usb drive to get a bootable usb stick, like

dd if=android-x86-4.4-r2.iso of=/dev/sdX

where /dev/sdX is the device name of your usb drive.

Known Issues


Source code

The source code is available in the main git server.
repo init -u git://gitscm.sf.net/gitroot/android-x86/manifest -b android-x86-4.4-r2
repo sync

Read this page for how to compile source code.