我按照http://source.android.com/source/building.html的指示行事。但是,一旦我进入“模拟Android设备”部分,就没有“模拟器”。
在构建过程中,我收到了被杀信息:
/ bin / bash:第1行:5372已杀死javac -J-Xmx512M -target 1.5 -Xmaxerrs> 9999999 -encoding ascii -g -classpath out / host / linux-x86 / framework / dx.jar:out /host/linux->x86>/framework/dasm.jar:out/host/linux-x86/framework/cfassembler.jar:/usr/lib /jvm/java-1.5.0>-sun/lib/tools.jar -extdirs“” - d out / host / common / obj / JAVA_LIBRARIES / cts-dalvik-buildutil_intermediates / classes \ @out / host / common / obj / JAVA_LIBRARIES / cts-dalvik- buildutil_intermediates / Java的源列表的uniq make: * [out / host / common / obj / JAVA_LIBRARIES / cts-dalvik-buildutil_intermediates / javalib.jar] Killed
这是第一个遵循C ++编译的javac命令。 我多次重试但没有成功。
答案 0 :(得分:0)
问题是由于路径未正确导出造成的。 我点了这个链接:http://blog.markloiseau.com/2012/07/envsetup-setpaths-and-the-emulator-avd-error/
并设置ANDROID_PRODUCT_OUT = / out / target / product / generic / 并且模拟器位于out / host / linux-x86 / bin / emulator