mazenrashed / Printooth

A well documented, high-level Android interface that makes printing via bluetooth printers easier
Mozilla Public License 2.0
396 stars 112 forks source link

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. error #95

Closed noj-dev closed 2 years ago

noj-dev commented 2 years ago

Hi, I make new empty project and install Printooth by setting build.gradle. 1:add "implementation 'com.github.mazenrashed:printooth:1.3.0' " to build.gradle(Module) 2:add "maven { url 'https://jitpack.io' }" to setting.gradle

environment AndroidStudio Bumblebee

When I run the project , error appears like below: Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.

Do you have any idea for this issue ?

arinmodi commented 2 years ago

I also faced the same problem

arinmodi commented 2 years ago

@noj-dev, did you find any solution ?

noj-dev commented 2 years ago

I created new project with older version of Android Studio and installed Printooth. Then open the project with newer Android Studio. For me it works