Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
YYKKKKXX opened this issue Sep 27, 2023 · 8 comments
Open

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

YYKKKKXX opened this issue Sep 27, 2023 · 8 comments

Comments

@YYKKKKXX
Copy link

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
Copy link

@YYKKKKXX Were you able to solve this?

@harshakakarla77
Copy link

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

@devahmedshendy
Copy link

devahmedshendy commented Nov 20, 2023

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

@riyopay
Copy link

riyopay commented Nov 26, 2023

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
Copy link

Still this problem exists...

@weeklynote
Copy link

weeklynote commented Dec 22, 2023 via email

@YYKKKKXX
Copy link
Author

@YYKKKKXX Were you able to solve this?

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

@YYKKKKXX
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants