1.在project的build.grade中 加入
maven { url "https://jitpack.io" }如下allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}2.在app中的build.grade中加入
compile 'com.jph.takephoto:takephoto_library:4.0.3'
本文介绍如何在Android项目中集成TakePhoto图片处理库。主要步骤包括:在build.grade文件中添加jitpack仓库及TakePhoto依赖,确保应用可以使用该库提供的拍照及图片选择功能。
1.在project的build.grade中 加入
maven { url "https://jitpack.io" }如下allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}2.在app中的build.grade中加入
compile 'com.jph.takephoto:takephoto_library:4.0.3'
被折叠的 条评论
为什么被折叠?
