android - I have problem in a emulator -


i have problem in emulator. when start application says:

panic: not open: c:\users\administrator\.android/avd/monodroid.ini 

what can solve this?

  1. create environment variable called: android_sdk_home , set c:\users\administrator
  2. open eclipse > window > preferences , click in run/debug , string substitution
  3. add new variable called: user.home , set c:\users\administrator
  4. restart eclipse.
  5. create avd , run it.

it should work now.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -