如何更改android虚拟设备的目录?
我正在使用 Mac OS X 和 Eclipse IDE,当我尝试运行示例项目(即 Snake 等)时,我无法访问我新制作的 Android 虚拟设备,因为它被保存到另一个目录,而不是在我的工作区中,保存到据我所知。
我尝试修改项目的运行配置,但无法检测到 AVD,因为它位于另一个目录中,并且我不知道如何更改此目录并运行我的示例应用程序。
我刚刚开始 Android 开发,我什至无法运行示例应用程序。 :-( 我安装了必要的插件和所有必要的软件包。
I am using Mac OS X, and Eclipse IDE, and when I try to run a sample project, i.e. Snake etc, I cannot access my newly made Android Virtual Device because it was saved to another directory, and not within my workspace, to the best of my understanding.
I tried to modify the run configurations for my project, but cannot detect the AVD because it is in another directory, and I cannot figure how to change this directory and run my sample application.
I am just starting android development, and I cannot even run a sample app. :-( I installed the necessary plug-in and all the necessary packages.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Eclipse 中进入 Window -> AVD 经理。你在那里看到什么?没有选项可以选择存储 AVD 的目录,并且它不存储在您的工作区中。如果您正确安装了所有内容,您应该能够在 AVD 管理器中配置 AVD,并且您的 Android 项目在运行或调试时会看到它。确保 AVD 中的 API 级别正确。
In Eclipse got to Window -> AVD Manager. What do you see there? There is no option to choose a directory to store an AVD and it is not stored within your workspace. If you installed everything correctly you should be able to configure an AVD here in AVD Manager and it will be seen by your Android Project at Run or Debug time. Make sure the API level is correct in the AVD.