# CourseDesign **Repository Path**: pebbletime/course-design ## Basic Information - **Project Name**: CourseDesign - **Description**: 安卓的课设,一个通讯录 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 2 - **Created**: 2021-05-27 - **Last Updated**: 2024-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 1.简介 一个手机通讯录项目,主要采用Material Design + recyclerview 实现了联系人本地导入导出,从服务器下载联系人信息,拨打电话等功能。 # 2.部署步骤: 修改下列配置,替换配置中的XXX版本号为你本级的版本。 **1.修改app/build.gradle** ```groovy compileSdkVersion XXX buildToolsVersion "XXX" targetSdkVersion XXX ``` **2.修改/buildgradle** ```groovy classpath "com.android.tools.build:gradle:XXX" ``` **3.修改/gradle/wrapper/gradle-wrapper.properties** ```groovy distributionUrl=https\://services.gradle.org/distributions/gradle-XXX-bin.zip ``` 即可导入AS