IDE"无法解析@风格/ Theme.Appcompat"使用V7兼容支持主题时,风格、主题、QUOT、IDE

2023-09-04 12:23:01 作者:顾屿南歌

这是不是一个真正的大问题,因为我的项目仍在构建并运行正常(使用摇篮),但我遇到了麻烦机器人工作室承认公布的API 18 SDK中的应用程序兼容性主题(允许动作条支持为Android 2.1及以上)。

This is not really a huge issue, as my project still builds and runs correctly (using gradle), but I'm having trouble getting Android Studio to recognize the application compatibility theme released in the API 18 SDK (for allowing actionbar support for android 2.1 and above).

我的支持库加载成功,因为code完成有可能在Java文件的动作条类。问题是,Android的工作室显示红色的文字错误进行分配,以在AndroidManifest.xml中Theme.AppCompat.Light。

I have the support libraries loading successfully, because code completion is possible for the ActionBar classes in java files. The issue is that Android studio shows red text errors for assignments to the Theme.AppCompat.Light in the AndroidManifest.xml.

有没有一种方法,使在从外部库中的机器人工作室?

Is there a way to enable code completion for theme resources declared in the manifest from external libraries in Android Studio?

更新这是我的<活性GT; 从我AndroidManifest块:

Updated Here is my <activity> block from my AndroidManifest:

<activity
    android:name="com.example.activities.MainActivity"
    android:label="@string/app_name"
    android:screenOrientation="portrait"
    android:theme="@style/Theme.AppCompat.Light" >

我也试着设置主题,在应用程序块:

I've also tried setting the theme in the application block:

<application
    android:allowBackup="true"
    android:icon="@drawable/main_final_ic"
    android:label="@string/app_name"
    android:logo="@drawable/main_final_enzo"
    android:theme="@style/Theme.AppCompat.Light" >

另外,这些工作和编制确定,但显示为红色文本,在我的IDE错误。我也只是证实了同样的问题在Eclipse中运行我的项目时发生的。

Again, these both work and compile OK, but appear as red text with errors in my IDE. I've also just confirmed that the same issues are occurring when running my project in eclipse.

推荐答案

此问题已修复机器人工作室v0.2.7。

This problem was fixed in Android Studio v0.2.7.

HTTPS://$c$c.google。 COM / P /安卓/问题/详细信息?ID = 56312 https://android-review.googlesource.com/#/c/64533 / https://code.google.com/p/android/issues/detail?id=56312 https://android-review.googlesource.com/#/c/64533/
 
精彩推荐
图片推荐