camerakit-android icon indicating copy to clipboard operation
camerakit-android copied to clipboard

Failed to resolve: com.wonderkiln:camerakit:0.13.5

Open YYKKKKXX opened this issue 9 months ago • 8 comments

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.

YYKKKKXX avatar Sep 27 '23 10:09 YYKKKKXX

@YYKKKKXX Were you able to solve this?

devahmedshendy avatar Nov 19 '23 22:11 devahmedshendy

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

harshakakarla77 avatar Nov 20 '23 03:11 harshakakarla77

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

devahmedshendy avatar Nov 20 '23 22:11 devahmedshendy

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'
}

riyopay avatar Nov 26 '23 09:11 riyopay

Still this problem exists...

hosseinkaramii avatar Dec 22 '23 08:12 hosseinkaramii

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

weeklynote avatar Dec 22 '23 08:12 weeklynote

@YYKKKKXX Were you able to solve this?

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

YYKKKKXX avatar Mar 23 '24 10:03 YYKKKKXX

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

YYKKKKXX avatar Mar 23 '24 11:03 YYKKKKXX