Android sdk Content Loader has encountered an issue

12,215

Solution 1

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

Solution 2

'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

Solution 3

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).

Solution 4

I faced the same problem once. I fixed it by removing all the android virtual devices I created. By clicking on Android Virtual Device Manager you will see all the virtual devices created.

Share:
12,215
Rovinsan
Author by

Rovinsan

Updated on June 19, 2022

Comments

  • Rovinsan
    Rovinsan almost 2 years

    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....