سؤال

I try to run the Android SDK on Ubuntu 12.04. I opened the Android SDK Manager and installed the 'Tools' and 'Android 4.1' but when going to Tools->Manage AVDs and creating a new AVD and starting it I get the error PANIC: Could not open: /home/.../.android/avd/AVD.ini. The Android SDK is located in /opt/android/android-sdk-linux/tools/android. Why can't it find the .ini file??

هل كانت مفيدة؟

المحلول

you might want to make android avd with sd card support. and thats why it is giving error because you are not giving any permission to your android sdk manager about this.

all you have to do is Run below Command:

open terminal-->log in as root

and type

chmod -R 777 'YOURPATH(Just Drag and Drop your Android sdk folder here)'

press enter.

thats all.

Hope it will Help you.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top