簡體   English   中英

添加新的Material Design設計庫小部件后,Android Studio xml自動完成停止

[英]Android Studio xml auto completion stops after adding new Material design library widgets

<android.support.design.widget.CoordinatorLayout
    android:layout_height="match_parent" android:layout_width="match_parent"
    xmlns:android="http://schemas.android.com/apk/res/android" >


   <android.support.v4.widget.NestedScrollView
       android:layout_width="wrap_content"
       android:layout_height="wrap_content" >

       <Linea

   </android.support.v4.widget.NestedScrollView>


</android.support.design.widget.CoordinatorLayout

>

代碼完成將在嵌套的滾動視圖之外工作。

我也面臨同樣的問題,但通過從項目中刪除.idea文件夾和.iml文件,重新啟動android studio並重建項目來解決。

您也可以選擇使Invalidate caches /Restart ,也可以禁用Power Save Mode

我希望這能幫到您。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM