1
Android O code
을 Linux 16.04 LTS
기계에 컴파일하려고했지만 몇 가지 문제가 있습니다.AOSP 구축 오류
[ 89% 55834/62176] Compiling SDK Stubs:
out/target/comm.../android_system_stubs_current_intermediates/classes.jar
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
[ 89% 55835/62176] Compiling SDK Stubs: out/target/comm...BRARIES/android_stubs_current_intermediates/classes.jar
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
ninja: build stopped: subcommand failed.
20:33:13 ninja failed with: exit status 1 build/core/main.mk:21: recipe for target 'run_soong_ui' failed make: ***
[run_soong_ui] Error 1
내가 다음 라이브러리를 설치하려고 :
$ sudo apt-get install git gnupg flex bison gperf build-essential \
zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \
libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 \
libgl1-mesa-dev g++-multilib mingw32 tofrodos \
python-markdown libxml2-utils xsltproc zlib1g-dev:i386
$ sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.so
하지만 문제는 동일하게 유지 나는 다음과 같은 오류에 갇혔어요. 누구든지이 문제를 해결할 수 있도록 도울 수 있습니까?
가 해결 되었습니까? – GPS