如何在基于google api 8的模拟器上运行使用google api 9制作的项目?
我最近更新了我的 google api 并安装了较低版本的 google api。现在我有一个使用 google api 9 构建的项目,但现在我有一个基于 google api 8 的模拟器。任何人都可以告诉我如何运行这样的项目在那个模拟器上?为了项目的成功运行,我应该做哪些改变?
I recently updated my google api's and installed lower versions of google api's.Now I'm having a project which I built using google api 9 but now I have an emulator based on google api 8.Can anyone tell me how to run such a project on that emulator ? What changed should I do for successful running of project ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您仍然可以在 API 8 设备模拟器中运行 API 9 编译的应用程序(只要您的代码不使用 9 中而不是 8 中的内容)。否则,使用 API 9 创建一个新的设备模拟器。
You can still run your API 9 compiled application in your API 8 device emulator (as long as your code doesn't use things which are in 9 and not in 8). Else, create a new device emulator with API 9.