Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse and Android error 'parseSdkContent failed'

Having this issue since I upgraded the Android Tools to 21.1. When I start eclipse, even in a clean workspace, I get the error parseSdkContent failed and the details say:

com.android.sdklib.devices.DeviceManager.createInstance
(Ljava/lang/String;Lcom/android/utils/ILogger;)
Lcom/android/sdklib/devices/DeviceManager;

I have searched the internet and tried almost every solution but to no avail. When I go to Android preferences and try to set the path to the SDK , it says no target available. Is there anything else that I can try? I can't do any of my Android Development until it's fixed.

like image 738
adohertyd Avatar asked Feb 26 '13 19:02

adohertyd


1 Answers

Step 1. Find the folder named: .android

This folder can be located in your Windows user directory, for example in Windows 7 or 8:

C:\Users\YOUR_WINDOWS_USERNAME\.android

Step 2. Delete this folder .android

Step 3. Restart Eclipse and your problem will be solved.

like image 71
Abdulqadir_WDDN Avatar answered Oct 14 '22 07:10

Abdulqadir_WDDN