CameraKit / camerakit-android

Library for Android Camera 1 and 2 APIs. Massively increase stability and reliability of photo and video capture on all Android devices.
https://camerakit.io
MIT License
5.35k stars 878 forks source link

Failed to resolve: com.wonderkiln:camerakit:0.13.5 #646

Open YYKKKKXX opened 10 months ago

YYKKKKXX commented 10 months ago

I already added dependencies { implementation 'com.wonderkiln:camerakit:0.13.5' } to build.gradle(:app)

But it shows

1695808391880(1)

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.

devahmedshendy commented 8 months ago

@YYKKKKXX Were you able to solve this?

harshakakarla77 commented 8 months ago

@YYKKKKXX I'm facing the exact same issue. Any leads?

devahmedshendy commented 8 months ago

@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.

rajesh221993 commented 8 months ago

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'
}
hosseinkaramii commented 7 months ago

Still this problem exists...

weeklynote commented 7 months ago

已收到,我会尽快回复你!                      ——刘劲字

YYKKKKXX commented 4 months ago

@YYKKKKXX Were you able to solve this?

No, later I chose to use another open project named 'CameraView'.

YYKKKKXX commented 4 months ago

@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'.