我真的是android dev(C / Python工程师)的新手,我希望包括github中的一个软件包,其中说下载该软件包using:
api 'com.otaliastudios:cameraview:2.0.0-beta04'
我花了2个小时的时间来寻找这个api
工具的WTF,但在我的生命中,我似乎无法弄清楚它是什么。
我的依赖项块如下所示:
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.otaliastudios:cameraview:2.0.0-beta04'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}
如您所见,我添加了:
implementation 'com.otaliastudios:cameraview:2.0.0-beta04'
并使用gradle文件同步了该项目,但我仍未得到参考