-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error in sync project #313
Comments
Can you please provide us your Android Studio version and Gradle version? |
We are experiencing the same issue, and others as well, when trying to do a clean checkout and build. A number of libraries are no longer available as they were on jcenter which has been shutdown. We have been able to make some small changes to fix these, finding alternate releases that are compatible, including: diff --git a/build.gradle b/build.gradle
|
com.github.nak5ive:ink-android:1.0.3 is a fork of the original simplify ink library com.github.permissions-dispatcher is a version of the org.permissionsdispatcher that is available via jitpack |
There also seem to be missing resources: FAILURE: Build failed with an exception.
|
We've committed are fixes so far to here: https://github.com/guardianproject/Tella-Android/tree/develop however, there are more (this is all within the "develop" branch), that are a bit beyond what we can just create:
|
Thank you, the error solved by adding relevan repository. |
Thank you, @Rezalatifi! I just saw the fork, and it looks like the problem has been resolved on your end. |
@n8fr8 Perhaps you could reach out to us for a call if the issue isn't fully resolved, or if you have any further questions? |
Okay. Have you made any changes in your develop or main branches to address this? Can you reproduce the problem on your side? |
@n8fr8 yes we were able to reproduce the problem we will push the changes on both master and develop. |
@n8fr8 This PR aims to resolve all related build issues. Please ensure you generate your own google-services.json file and add it to the project for successful integration. The PR is currently under review and is expected to be merged by tomorrow. Feel free to reach out if you need any further assistance. |
Expected behavior
Actual behavior
Steps to reproduce the problem
1.why failed resolve: com.simplify:ink:1.0.2 in sync this project?? Thank you
1.
1.
Additional information
The text was updated successfully, but these errors were encountered: