【问题标题】:Libraries are not hooked up correctly in android studio库在 android studio 中未正确连接
【发布时间】:2013-06-06 09:15:38
【问题描述】:

我是安卓开发新手。目前我正在使用android studio 进行开发。现在我需要在项目中进行更改。所以我导入了这个项目。但是当我在库actionbar sherlock 上构建一个get 错误时。

error: Error retrieving parent for item: No resource found that matches the given name '@style/Theme.Sherlock.Light'.

谁能帮我解决这个问题?

【问题讨论】:

    标签: android intellij-idea actionbarsherlock android-studio


    【解决方案1】:

    有类似的问题。 将它添加到清单对我有帮助..

    <application
      android:icon="@drawable/ic_launcher"
      android:label="@string/app_name"
      android:theme="@style/Theme.Sherlock"
    >
    

    【讨论】:

    • 仍然有同样的错误。认为它无法访问我的图书馆
    猜你喜欢
    • 1970-01-01
    • 2023-03-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-07-02
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多