Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AVD won't launch (SDK Tools 22.6.2)

I downloaded the ADT bundle (22.6.2). When opening the Android SDK Manager I saw the version of SDK Tools was 22.3, upgrade available for SDK Tools 22.6.2. I tried running an emulator first and that worked perfectly. After that I installed SDK Tools 22.6.2, along with other API's. When I tried opening an emulator again, it did not work.

I can create, edit and delete AVD's. But they won't start. After I hit launch, I get the Starting Android Devicescreen, en the bar fills, but nothing happens. I tried playing around with different targets, different devices, different RAM but to no avail.

I tried killing the adb server and restarting it. Nothing changes. No device shows up as well when I try adb devices, even though I made them in the AVD Manager.

I feel like the problem has to do with the SDK Tools having rev. 22.6.2. Because when I use a fresh install (SDK Tools being 22.3), everything works.

Anyone knows a solution or is going back to SDK Tools 22.3 the only one?

EDIT: This is on OS X 10.6.8, not sure if this was worth mentioning.

EDIT 2: My apologies for not replying for a long time. Anyways, the problem is still not fixed. When I checked for updates, none were available. When I tried installing new software it told me everything was installed already. I used https as well as http. I unchecked “Contact all update sites during install to find required software”. I still have no idea what could be wrong.

like image 832
Robbe Van Winckel Avatar asked Mar 27 '14 01:03

Robbe Van Winckel


3 Answers

Here is the steps from android.com. I had the save problem. This works for me.

1.Download the ADT-22.6.2 Plugin zip file (do not unpack it).
2.Start Eclipse, then select Help > Install New Software.
3.Click Add, in the top-right corner.
4.In the Add Repository dialog, click Archive.
5.Select the downloaded ADT-22.6.2.zip file and click OK.
6.Enter "ADT Plugin" for the name and click OK.
7.In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
8.In the next window, you'll see a list of the tools to be downloaded. Click Next.
9.Read and accept the license agreements, then click Finish.
If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
10.When the installation completes, restart Eclipse.

like image 153
vincent Avatar answered Oct 15 '22 17:10

vincent


I have had the same problem today. I tried to restart Eclipse, check for updates and no updates were available.

The solution for me was to open Eclipse/Help/Install new software, add this URL in the "Work with" section: http://dl-ssl.google.com/android/eclipse/

and install the Developer tools.

like image 13
jomafer Avatar answered Oct 15 '22 17:10

jomafer


If you look at:

http://developer.android.com/tools/sdk/eclipse-adt.html

it tells you to use https on the android update site, changing the "Android Developer Tools Update Site" to https://dl-ssl.google.com/android/eclipse/ fixes the problem.

like image 5
eTHP Avatar answered Oct 15 '22 18:10

eTHP