android studio 3.0没有自定义元素的XML建议

时间:2017-11-03 10:12:37

标签: android-layout android-studio android-xml

我已将Android Studio更新为3.0,现在我没有XML格式的自定义元素建议。有时候它有效,但大部分都没有。

我做了“File> Invalidate Caches / Restart”,但是一样 删除了系统中的所有Android Studio文件夹和临时文件("*.idea", "*.iml", ".gradle", "build"... logs..),但仍然相同。 研究了配置,但没有发现任何相关的。

在之前的Android Studio(2.3.3)上再次尝试过,有效。

XML文件示例:

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/containerView"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/bg"
    tools:context=".view.activity.WelcomePageActivity">

    <com.innovattic.font.FontTextView
        android:id="@+id/tvTitle"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_centerInParent="true"
        android:layout_marginTop="1dp"/>

</RelativeLayout>

有人知道在哪里或如何配置此突出显示?或者它是3.0版本的错误?

在Mac OS X上

1 个答案:

答案 0 :(得分:0)

1)从项目中删除.idea folder和所有.iml files 2)重启Android Studio
3)最后重建gradle。