Android ADT Eclipse plugin, parseSDKContent failed

ぃ、小莉子 提交于 2019-12-04 07:34:14

So my solution was completely different. The project.properties was corrupted. I had to edit it from the command line as eclipse didn't want to do anything for me. I deleted everything that was unnecessary. So that the file looked like this:

# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system use,
# "ant.properties", and override values to adapt the script to your
# project structure.

# Project target.
target=android-15

Closed Eclipse. Opened it again.

I then went back into the project properties and reset my libraries. This solved the problem. Hope this helps someone else!

For me updating the DDMS from ADT plugin did the trick!

Before that for saving time I only updated ADT plugin, nothing else like Android DDMS, TraceView etc. so I ran into same issue, after couple of restarts and Google searches everyone was proposing different solutions. I updated my Android DDMS and restarted eclipse.

And It worked like a charm.

I didn't had to remove my workspace or update my .project file etc.

Step 1. Find the folder named: .android

This folder can be located in your Windows user directory, for example in Windows 8: C:\Users\YOUR_WINDOWS_USERNAME.android Step 2. Delete this folder .android

Step 3. Restart Eclipse and it is OK now

A quick glance at http://java.sun.com/javase/6/docs/api/javax/xml/validation/SchemaFactory.html suggests that something is wrong with the JDK 1.6 setup.

Setting the -vm flag in eclipse to the original 1.5 did not help, but after removing all traces of the apparently misconfigured 1.6 everything worked like a charm.

I try removeing all your projects then restart the application

  • Installed API 19
  • Deinstalled API 20, 20L

Under Package Explorer|appcompat_v7 Android 4.4.2 didn't show up

Then removed corresponding 20-and 20L-folders in sdk/platforms and sdk/system-images

Restart and ok

ADT Package 23.0.2.1259578 Eclipse Platform 4.2.2.M20130204-1200

kmovie

On Windows 7 with adt-bundle-windows-x86_64-20140702: removing C:\Users\YOUR_WINDOWS_USERNAME.android did the magic for me :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!