I have problem in a emulator

前端 未结 2 1436
广开言路
广开言路 2020-12-11 11:02

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

PANIC: Could not open: C:\\Users\\Administrator\\.android/avd/MonoDroid.ini
<
相关标签:
2条回答
  • 2020-12-11 11:22

    The path isn't correct...find .android folder on your comp and copy at C:\Users\Administrator folder...this should do the job...

    0 讨论(0)
  • 2020-12-11 11:25
    1. Create a environment variable called: ANDROID_SDK_HOME and set it to C:\Users\Administrator
    2. Open Eclipse > Window > Preferences and click in Run/Debug and String Substitution
    3. Add a new variable called: user.home and set it to C:\Users\Administrator
    4. Restart Eclipse.
    5. Create an AVD and run it.

    It should work now.

    0 讨论(0)
提交回复
热议问题