开发者

How to port my own device driver on android emulator

Can anyone tell me开发者_开发百科 how can i install or port my own driver(EX: Display driver) on android emulator and how to test it....

Thanks, Manju


I'm guessing you have read the Display Drivers section of the porting documention as well as bits about the Android Virtual Device (AVD) emulator configuration already. An AVD device can be configured to match your characteristics of your display, but that won't actually test your display driver. It doesn't appear that the emulator is extensible in that regard (without modifying QEMU).

So .. perhaps write an application-level test suite that runs on the emulator, and then try it on your actual device.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜