欢迎选择我的课程,让我们一起见证您的进步~~
Android Studio just needs to add a sentence in gradle
compile com.android.support:recyclerview- v7:23.0.1
Then just sync it.
It is included in the Android SDK, no need to import the jar package. Add a sentence directly to build.gradle under this module
Then just synchronize Gradle.
In addition, there is no need to add it manually after placing the jar package in the lib directory of Android Studio. Gradle will automatically add it because there is this sentence in Gradle:
compile fileTree(include: ['*.jar'], dir: 'libs')
Android Studio just needs to add a sentence in gradle
Then just sync it.
It is included in the Android SDK, no need to import the jar package.
Add a sentence directly to build.gradle under this module
Then just synchronize Gradle.
In addition, there is no need to add it manually after placing the jar package in the lib directory of Android Studio. Gradle will automatically add it because there is this sentence in Gradle: