简体   繁体   中英

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

>

The code completion will work outside the nested scrollview.

I also faced same problem but solved by deleting .idea folder and .iml files from project, restart android studio and rebuild project.

Optionally you can try by Invalidate caches /Restart and also disable Power Save Mode .

I hope this will help you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM