|
|
7#

楼主 |
发表于 2016-8-26 08:51:09
来自手机
|
只看该作者
|
Hi devs, You can now download and build the nougat-x86 branch: repo init -u git://gitscm.sf.net/gitroot/android-x86/manifest -b nougat-x86 repo sync --no-tags --no-clone-bundle If you have problem to sync it, try the alternative url: repo init -u http://git.code.sf.net/p/android-x86/manifest -b sf-nougat-x86 repo sync --no-tags --no-clone-bundle Then build the iso_img as usual like source build/envsetup.sh lunch android_x86_64-userdebug m -j8 iso_img What should work: * 64-bit image and 64-bit apps * Display with OpenGL ES * Wifi * Audio * Sensors * Backlight * Touchscreen * Touchpad * Ethernet * Sdcard / USB What not work: * 32-bit image and 32-bit apps * Live mode * Bluetooth * Camera Known issues: * Live mode can't to boot to Home (due to some reasons vold will destroy all user data) But install to HDD is OK * All 32-bit apps can't run (crashed due to eglInitialize failed). As a result, 32-bit image can't boot * BlueZ is not buildable * On VM with software rendering (e.g., QEMU), back to home will crash SurfaceFlinger. |
|