samedi 1 août 2015

Android studio preview gets disappeared when NestedScrollView added to XML

My Android Studio version is 1.3 (Stable Channel). When I add <android.support.v4.NestedScrollView> to my XML layouts, the preview of Android Studio disappears from the right side, and the design tab too.

Also when I want to add a new view to the XML I don't see some of external library views, which are available to add, in the suggestion dialog. For example I can't see android.support.v4.NestedScrollview but android.support.v7.widget.Toolbar is available to choose. support libraries shown when I start to type Nested...

I have added these lines to my apps's dependencies:

compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:support-v4:22.2.1'
compile 'com.android.support:design:22.2.1'
compile 'com.android.support:recyclerview-v7:22.2.1'
compile 'com.android.support:cardview-v7:22.2.1'

Aucun commentaire:

Enregistrer un commentaire