mollyim / mollyim-android

Enhanced and security-focused fork of Signal.
GNU Affero General Public License v3.0
1.37k stars 77 forks source link

Gradle Build Fails with ArtifactResolveException for Configuration ':app #331

Closed monospare closed 1 month ago

monospare commented 1 month ago

Is there an existing issue for this?

Bug description

I am encountering an issue while building the Molly app using Gradle. The build fails consistently with the following error message:

Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:prodGmsWebsiteDebugCompileClasspath'.

I have tried various solutions, including cleaning the project, invalidating caches, and reinstalling dependencies, but none of these have resolved the issue.

unable to paste here complete errors due to maximum characters reach , you can check the entire errors text here on this clipboard - https://share.vichaaro.com/H6wL

Steps to reproduce

  1. Clone the Molly app repository.

2.Open the project in Android Studio.

  1. Try to build the project through Android Studio.

Android Studio Versions: Jellyfish, Hedgehog, Iguana, Giraffe Gradle Version: 8.0.2 Operating System: Windows 11

I tried different android studio versions like Jellyfish, Hedgehog, Iguana, Giraffe, None of the above versions worked for me. Could you please suggest which version of Android Studio and Gradle should be used to successfully build the project?

Molly version

v7.8.1-1

Android version

Android 13

Device

No response

Link to debug log

No response

monospare commented 1 month ago

please can anyone help?>??

valldrac commented 1 month ago

It's failing because it can't access to this package:

https://raw.githubusercontent.com/mollyim/maven/master/argon2/releases/im/molly/argon2/13.1-1/argon2-13.1-1.pom

Make sure your network connection is working.