什么是SDK模拟
谁能告诉我什么是SDK仿真
Can anyone tell me what is SDK Emulation
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
谁能告诉我什么是SDK仿真
Can anyone tell me what is SDK Emulation
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
SDK 仿真是一种模仿设备(例如移动设备)的所有硬件和软件功能的技术,以便您无需使用物理设备即可对应用程序进行原型设计、开发和测试。以Android为例,您可以参考:
http://developer.android.com/guide/developing/tools/emulator。 html
SDK Emulation is a technique that mimics all of the hardware and software features of a device (say mobile) so that you can prototype, develop, and test applications without using a physical device. For example for Android you can refer:
http://developer.android.com/guide/developing/tools/emulator.html