android.support.v4.view在Android Studio 3.1.3中不起作用

时间:2018-06-09 05:49:37

标签: android

将Android Studio从2.3升级到3.1.3。 我将编译改为实施,但它不起作用。 我无法在我的java类中导入android.support.v4.view。 请帮帮我!



    implementation 'com.android.support:appcompat-v7:25.3.1'
    implementation 'com.android.support:design:25.3.1'
    implementation 'com.android.support.constraint:constraint-layout:1.0.2'
    implementation 'com.android.support:support-v4:25.3.1'
    implementation 'com.android.support:recyclerview-v7:25.3.1'
    implementation 'com.google.code.gson:gson:2.8.2'
    implementation 'com.parse:parse-android:1.15.1'
    implementation 'de.hdodenhof:circleimageview:2.1.0'
    implementation 'com.github.chrisbanes.photoview:library:1.2.3'




0 个答案:

没有答案