我在一个仿真器有问题我在、仿真器、问题

2023-09-13 01:44:13 作者:淼淼い嫣然

我在模拟器的问题。当我开始我的应用程序,它说:

 惊慌:无法打开C:\用户\管理\ .android / AVD / MonoDroid.ini
 

我能做些什么来解决这个?

解决方案 创建称为环境变量:ANDROID_SDK_HOME并将其设置到C:\用户\管理员 打开Eclipse>窗口> preferences并单击运行/调试和字符串替换 添加一个名为新变量:的user.home并将其设置到C:\用户\管理员 重新启动Eclipse。 创建一个AVD并运行它。

它应该现在的工作。

I have problem in emulator. When I start my application it says:

PANIC: Could not open: C:\Users\Administrator\.android/avd/MonoDroid.ini
MSP430仿真器使用常见问题

What I can do to solve this?

解决方案

Create a environment variable called: ANDROID_SDK_HOME and set it to C:\Users\Administrator Open Eclipse > Window > Preferences and click in Run/Debug and String Substitution Add a new variable called: user.home and set it to C:\Users\Administrator Restart Eclipse. Create an AVD and run it.

It should work now.