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 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:
error output:
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.
The text was updated successfully, but these errors were encountered:
I couldn't solve this issue at that time, then I tried to write my own module for zip unzip.
You can try deleting the lock file located under the /android directory or if you are using gradle wrapper, then you can try : cd android ./gradlew build --refresh-dependencies
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:build.gradle file:
error output:
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 thereact-native-zip-archive
in my react-native project and when I rebuild the android app, the above mentioned error occurred. Then I addedimplementation 'net.lingala.zip4j:zip4j:2.11.5'
to the gradle.build. But error is still occurring.The text was updated successfully, but these errors were encountered: