Guest ThermalDroid Posted July 12, 2011 Report Posted July 12, 2011 I'm trying to download the Android repository but when I do I get a 'Parse XML' and it freezes. I get this in my terminal window: Exception in thread "Loading Source" java.lang.AbstractMethodError: org.apache.xerces.dom.DeferredElementNSImpl.getTextContent()Ljava/lang/String; at com.android.sdklib.internal.repository.SdkSource.parsePackages(SdkSource.java:702) at com.android.sdklib.internal.repository.SdkSource.load(SdkSource.java:429) at com.android.sdkuilib.internal.repository.RepoSourcesAdapter$TreeContentProvider$1.run(RepoSourcesAdapter.java:216) at com.android.sdkuilib.internal.tasks.ProgressTask$1.run(ProgressTask.java:135)
Guest Blaven Posted July 13, 2011 Report Posted July 13, 2011 I'm trying to download the Android repository but when I do I get a 'Parse XML' and it freezes. I get this in my terminal window: Exception in thread "Loading Source" java.lang.AbstractMethodError: org.apache.xerces.dom.DeferredElementNSImpl.getTextContent()Ljava/lang/String; at com.android.sdklib.internal.repository.SdkSource.parsePackages(SdkSource.java:702) at com.android.sdklib.internal.repository.SdkSource.load(SdkSource.java:429) at com.android.sdkuilib.internal.repository.RepoSourcesAdapter$TreeContentProvider$1.run(RepoSourcesAdapter.java:216) at com.android.sdkuilib.internal.tasks.ProgressTask$1.run(ProgressTask.java:135) You probably want it for ADB, right? There are alot of ''How-to''s on the net on how to do that. Just make sure you have the latest Java JDK and JRE (If you have 64-bit computer, you need to install both the 32- and 64-bit versions).
Guest CrazyRaccoon Posted December 26, 2014 Report Posted December 26, 2014 Have you figured this one out in the end? I'm struggling with the same issue and couldn't find a suitable solution out there.
Guest CrazyRaccoon Posted December 26, 2014 Report Posted December 26, 2014 Never mind, I had a customĀ xerces.jar in /library/java/extensions. Removed and now it works.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now