Android sdk Content Loader has encountered a problem

I got an error message when I started eclipse.

" Android sdk Content Loader has encountered a problem .

parseSdkContent failed "

"parseSdkContent failed

java.lang.NullPointerException "

What can i do now? I can not get the AVD manager to run the emulator. I also can not get the SDK manager ....

+6
source share
4 answers

It is so Easy :

  • Delete "C: \ Users \ [username] \ .android \ avd"
  • Delete all AVD
  • Restart eclipse and
  • run AVD manager

Done

+17
source

“Android SDK content loader” encountered a problem - parseSdkContent failed After installing new Ubuntu 14.04.1 and Eclipse ADT with Android SDK “Android Android content loader” encountered a parseSdkContent failure problem, the android.graphics.Typeface class failed to initialize.

enter image description here

To fix this, uninstall Android L (view API 20, L) in the Android SDK Manager and restart Eclipse. This works in my case. Even reinstall Android L (preview API 20, L).

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

+5
source

The problem is your-avd-name.ini (configuration files) , which is located in .android (search in Windows search) on your Windows computer (if you are using a Windows user). When an error occurs during the avd.ini analyzer, the Google ADT plugin tries to access the map with a value of zero. The workaround is to remove the corrupt .ini file and restore your avd (s).

+1
source

I ran into the same problem once. I fixed it by deleting all the Android virtual devices that I created. By clicking on Android Virtual Device Manager, you will see all the created virtual devices.

+1
source

All Articles