-
Notifications
You must be signed in to change notification settings - Fork 879
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
Comments
@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:
Step 2. Add the dependency
|
Still this problem exists... |
已收到,我会尽快回复你!
——刘劲字
|
No, later I chose to use another open project named 'CameraView'. |
Sorry, I didn't solve the problem, later I chose to use another open project named 'CameraView'. |
I already added
dependencies { implementation 'com.wonderkiln:camerakit:0.13.5' }
tobuild.gradle(:app)
But it shows
And later I watched a guiding video about camerakit on youtube, then I tried
repositories { maven { url 'https://dl.bintrary.com/camerakit/camerakit-android' } }
tobuild.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.
The text was updated successfully, but these errors were encountered: