What about Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
"Thanks for your message! So that error typically means Gradle can't resolve some dependencies. Try these steps: *Check your internet for stability. *Invalidate Caches via File > Invalidate Caches / Restart in Android Studio. *Run ./gradlew clean build --refresh-dependencies to refresh dependencies. *Double-check your build.gradle for correct dependencies and repository settings. Let me know if this helps!"
@@Pavi_TechZone Could you please send me a sample project that implements the Bartekcs library in a zip file? I’m using the latest version of Android Studio (Koala). I’ve tried several sample projects but haven’t had success, Thanks in advance!
All my depedencies like this: dependencies { implementation(libs.appcompat) implementation(libs.material) implementation(libs.activity) implementation(libs.constraintlayout) testImplementation(libs.junit) androidTestImplementation(libs.ext.junit) androidTestImplementation(libs.espresso.core) } Please, help, bro. How do I insert the depedencies there?
Thank for sharing 100% ❤❤❤
the github version is not working help me
Whice version is this
What library !?
Or
Software
I'm adding the dependency but when I add PdfView to the .xml file it isn't being recognised!
Check Dependency in build.gradle:
implementation 'com.github.barteksc:android-pdf-viewer:2.8.2'
Check XML Code for PDFView:
@@Pavi_TechZone didnot work
It's not working showing the errors
Check Dependency in build.gradle:
implementation 'com.github.barteksc:android-pdf-viewer:2.8.2'
Check XML Code for PDFView:
this library is not working few days
Check Dependency in build.gradle:
implementation 'com.github.barteksc:android-pdf-viewer:2.8.2'
Check XML Code for PDFView:
@@Pavi_TechZone not working brother ❤️
can you give me a empty source code please?
not working bro
Check with the library dependencies and implementations
And PDF viewer version compatibility
What about Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
"Thanks for your message!
So that error typically means Gradle can't resolve some dependencies. Try these steps:
*Check your internet for stability.
*Invalidate Caches via File > Invalidate Caches / Restart in Android Studio.
*Run ./gradlew clean build --refresh-dependencies to refresh dependencies.
*Double-check your build.gradle for correct dependencies and repository settings.
Let me know if this helps!"
@@Pavi_TechZone Could you please send me a sample project that implements the Bartekcs library in a zip file? I’m using the latest version of Android Studio (Koala). I’ve tried several sample projects but haven’t had success, Thanks in advance!
@@Pavi_TechZone Solution : implementation 'com.github.mhiew:android-pdf-viewer:3.2.0-beta.3'
All my depedencies like this:
dependencies {
implementation(libs.appcompat)
implementation(libs.material)
implementation(libs.activity)
implementation(libs.constraintlayout)
testImplementation(libs.junit)
androidTestImplementation(libs.ext.junit)
androidTestImplementation(libs.espresso.core)
}
Please, help, bro. How do I insert the depedencies there?
do you still need help, regarding this?
Have you resolved this ..??
Need help!!
@@Pavi_TechZone i have resolved it, if you are asking me...