Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android sdk Content Loader has encountered an issue

I got an error message when I start eclipse.

"Android sdk Content Loader has encountered a problem.

parseSdkContent failed"

" parseSdkContent failed

java.lang.NullPointerException "

What I can do now? I can't get AVD manager to start emulator. I can't get SDK manager also....

like image 896
Rovinsan Avatar asked Nov 13 '12 05:11

Rovinsan


3 Answers

It's so Easy:

  1. Delete your "C:\Users\ [username] \ .android\avd"
  2. Delete all AVD
  3. Restart eclipse and
  4. start AVD manager

Done

like image 184
Hiren Patel Avatar answered Nov 11 '22 22:11

Hiren Patel


'Android SDK Content Loader' has encountered a problem - parseSdkContent failed After install fresh Ubuntu 14.04.1 and Eclipse ADT with Android SDK, 'Android SDK Content Loader' has encountered a problem of parseSdkContent failed, Could not initialize class android.graphics.Typeface.

enter image description here

To fix it, delete Android L (API 20, L preview) in Android SDK Manager and restart Eclipse. It work in my case. Even re-install Android L (API 20, L preview).

Taken from, http://android-er.blogspot.in/2014/07/android-sdk-content-loader-has.html

like image 5
Stranger Avatar answered Nov 11 '22 20:11

Stranger


The issue is in the your-avd-name.ini (config files) that is located at .android (Search it in windows search) on your Windows machine (if you’re Windows user). When any error occurs during the avd.ini parser, the Google ADT plugin tries to access a map that is null. The workaround is to delete the offending .ini file and recreate your avd(s).

like image 1
Vishal Avatar answered Nov 11 '22 21:11

Vishal