I downloaded the ADT bundle for Mac from developer.android.com, unzipped it and opened up the ADT executable but I cannot create an AVD. I get a null error when I do it through ADT and an error that the file /Users/my computer name/.android/avd/AVD name.ini does not exist. I tried physically creating the folder but to no avail.
Asked
Active
Viewed 155 times
1
-
Did you install the ADT Bundle? Did you open Eclipse? – apesa Jan 26 '13 at 22:20
-
What i did was unzip the folder and open ADT which opened up Eclipse with the ADT add on. – S.G. Jan 26 '13 at 22:37
-
It sounds like ADT can't find the SDK. Have you installed the Android SDK? – apesa Jan 27 '13 at 01:19
-
Yup. I open up the android executable in the sdk/tools folder and it says all the necessary packages are installed. – S.G. Jan 27 '13 at 04:26