Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Tiffanie Kyker
949 PointsAndroid studio no CPU/ABI
In AVD set up there is no CPU/ABI image how do I change that or Fix that problem when Creating a new AVD?
8 Answers
Majdi Mgaidia
1,642 PointsYou should use the SDK manager to install the appropriate image for the SDK version you are using. You simply need to check the ARM image in the SDK manager and click Install.
Ronaldo Rosa Junior
Courses Plus Student 2,263 PointsYou just have to open the SDK manager, he is the icon right next to the AVD Manger, the one with a box and a arrow pointing down, and download de 'ARM EABI System Image' of the API you want to create de AVD, to do that you just check the box and click on the button "Install Packages". Both Eclipse and Android Studio have the SDK Manager.
Alex Perea
1,960 PointsOpen Eclipse and then click the android SDK manager button, look for the SDK API version you're using to compile your project and then check the system images (usually ARM & intel), click install packages and you're done :)
Tiffanie Kyker
949 PointsIts not in Eclipse The updated info is for Android studio and I did download it and its still not opening
Tiffanie Kyker
949 PointsDownloading Android SDK Build-tools, revision 19.0.1 Failed to create directory C:\Program Files (x86)\Android\android-studio1\sdk\temp Downloading Android SDK Build-tools, revision 19 Failed to create directory C:\Program Files (x86)\Android\android-studio1\sdk\temp Downloading Android SDK Build-tools, revision 18.1.1 Failed to create directory C:\Program Files (x86)\Android\android-studio1\sdk\temp Downloading Android SDK Build-tools, revision 18.1 Failed to create directory C:\Program Files (x86)\Android\android-studio1\sdk\temp Downloading Android SDK Build-tools, revision 18.0.1 Failed to create directory C:\Program Files (x86)\Android\android-studio1\sdk\temp Downloading Android SDK Build-tools, revision 17 Failed to create directory C:\Program Files (x86)\Android\android-studio1\sdk\temp Done. Nothing was installed.
These are the Errors I keep getting
Alex Perea
1,960 PointsSorry, I didn't notice you were using android studio.
I'm not a common windows user but I got the same errors while using android studio in my workplace pc (which is windows 7) The problem is that the location C:\Program Files (x86)\Android\android-studio1\sdk\temp doesn't exist, android studio in windows is installed under the C:\user_name\Android\android-studio1 and the sdk tries to allocate files under program files folder... I end up by using the default sdk packaged with android studio (android-L) by configuring the .gradle file inside the app folder and everything worked fine, however this is not a final solution, there must be a way you can configure the sdk manager to download the files into the right folder. Hope this info helps.
Tiffanie Kyker
949 PointsSDK manager File on Android studio isn't downloading the files. That's the problem I'm having I'm having
Tiffanie Kyker
949 PointsOk So I figured out the problem. I ended up having to uninstall Eclipse and SDK files and then I reinstalled Android studio and everything started to download right.