You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?