单击android-Eclipse中的文件java或xml文件时出错

时间:2015-07-17 08:30:53

标签: android eclipse sdk

我是android的新手,我试图在Eclipse中打开我的项目得到一些错误并且没有打开文件代码。

以下错误:

An error has occurred. See error log for more details.
org.eclipse.swt.custom.StyledText.getScrollbarsMode()I

[SDK Manager] The system cannot find the path specified.


[ddms] Could not open Selected VM debug port (8700). Make sure you do not have another instance of DDMS or of the eclipse plugin running. If it's being used by something else, choose a new port number in the preferences.

[android-support-v7-appcompat] D:\Android\eclipse1\android-support-v7-appcompat\res\values-v21\styles_base.xml:79: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton.CloseMode'.

任何人都有自己的想法。我尝试了很多时间但没有得到任何解决方案。

由于

1 个答案:

答案 0 :(得分:1)

您的appcompat库项目中的project.properties文件似乎应该使用您编写特定appcompat项目的API的最高版本(在您的情况下,它看起来像v21)。

由于这可能是已解决问题的重复,有关详细信息,请参阅this问题。