Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想制作新构建的文件 libdvm.so(在对 vm 代码进行一些更改之后)。构建后我得到了文件。我使用将文件推送到模拟器中
$ adb push libdvm.so /system/lib/libdvm.so
由于要进行更改,我尝试使用
$adb reboot
但这使模拟器挂断了。对这个问题有什么解决方案或建议吗?我也尝试过早期的 android 版本,但结果是一样的。
如果您从头开始构建 dalvik,为什么不直接构建仿真器和通用仿真器系统映像呢?
cd <android_source> source build/envsetup.sh lunch full-eng make -j4 out/host/linux-x86/bin/emulator