Dalvik中普通Android虚拟机和Google API虚拟机有什么区别
好吧,我不知道上面的两个虚拟机有什么不同。我只知道在我将签名的APIkey添加到项目中后,我无法使用Android虚拟机运行它。在这种情况下,我必须使用Google API虚拟机来测试它。有人可以向我解释一下吗? 提前致谢。
Well, I do not know what is the different between the two virtual machine above. I just know that after I add the signed APIkey to the project, I can not run it with Android virtual machine. In this situation, I have to test it using Google API virtual machine. Could anybody explain it to me, please?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这两个虚拟机之间的区别在于“普通”或“普通”版本不包含谷歌服务库,因此它无法与需要这些库的应用程序一起使用。同样,不购买这些库或提供替代品的制造商的设备也不适用于需要这些库的应用程序。
The difference between the two virtual machines is that the "normal" or "vanilla" version does not include the google services libraries, so it will not work with applications which require those libraries. Similarly, devices from manufactures which do not purchase those libraries or provide replacements will also not work for apps requiring those libraries.