0

I have built android from source with this instructions and soon I got a generic full-eng build. It also launching in emulator. Now I need to use this android distributive for testing any specific software.

I also have customized eclipse for working with android SDK and AVD; and those are working well too. But I need to change usable android virtual device to self-built android. I didn't find the necessary settings in AVD manager.

How to do I do this?

4

1 回答 1

0

我找到了解决方案!

1) 在AVD 管理器中创建与您的自建项目具有相同 API 的新设备。
2) 转到 ./out/target/product/$device/
3) 复制下一个文件:hardware-qemu,ramdisk.img, system.img, userdata.img, userdata-qemu.img
4) 转到 ~/.android /(我们在步骤 1 中创建的 $device) 并粘贴刚刚复制的文件。
5)现在你可以在自建的android上测试你的eclipse项目了。

于 2013-06-20T07:38:42.213 回答