zip4j icon indicating copy to clipboard operation
zip4j copied to clipboard

Resolved 'net.lingala.zip4j:zip4j:2.11.5' which is not part of the dependency lock state

Open Arif-Shahriar028 opened this issue 1 year ago • 1 comments
trafficstars

I have added implementation 'net.lingala.zip4j:zip4j:2.11.5' in dependency in build.gradle file. Then when I rebuild the project an error occured:

Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'. Resolved 'net.lingala.zip4j:zip4j:2.11.5' which is not part of the dependency lock state

build.gradle file:

image

error output:

image

Can anyone give any idea whats going wrong? I cannot understand the issues in the error.

Note: I am using react-native-zip-archive in a react-native project. After adding the react-native-zip-archive in my react-native project and when I rebuild the android app, the above mentioned error occurred. Then I added implementation 'net.lingala.zip4j:zip4j:2.11.5' to the gradle.build. But error is still occurring.

Arif-Shahriar028 avatar Jul 08 '24 07:07 Arif-Shahriar028