camerakit-android
camerakit-android copied to clipboard
Failed to resolve: com.wonderkiln:camerakit:0.13.5
I already added dependencies { implementation 'com.wonderkiln:camerakit:0.13.5' }
to build.gradle(:app)
But it shows
And later I watched a guiding video about camerakit on youtube, then I triedrepositories { maven { url 'https://dl.bintrary.com/camerakit/camerakit-android' } }
to build.gradle(:app)
, but there was still something wrong, and it did not go like the guiding video.
Have I do anything wrong? And what should I do now?
Thanks for reading.
@YYKKKKXX Were you able to solve this?
@YYKKKKXX I'm facing the exact same issue. Any leads?
@YYKKKKXX I got it working with beta3.10 of version 1, but not stable and sometimes work .. but still cannot make 0.13.4 or 0.13.5 working.
Add it in your root build.gradle at the end of repositories:
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.CameraKit:camerakit-android:v0.13.5-SNAPSHOT'
}
Still this problem exists...
已收到,我会尽快回复你! ——刘劲字
@YYKKKKXX Were you able to solve this?
No, later I chose to use another open project named 'CameraView'.
@YYKKKKXX I'm facing the exact same issue. Any leads?
Sorry, I didn't solve the problem, later I chose to use another open project named 'CameraView'.