标签: android android-studio android-fragments
enter image description here
答案 0 :(得分:0)
进入build.gradle(模块应用)文件,您将拥有以下内容:
build.gradle
dependencies { testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:24.0.0' }
将此行添加到其中:compile 'com.android.support:support-v4:24.0.0',然后会显示顶部的栏,点击重建。
compile 'com.android.support:support-v4:24.0.0'
这就是你导入图书馆的方式。