Closed tcDev1 closed 3 years ago
Hi @SmithDev1,
I'm investigating at the moment. In the meantime make sure that you fulfill the Project Requirements.
Also, make sure that you've made a successful Gradle Sync + buildType: debug is selected.
Things to try:
Question:
i'd try out the Build clean (./gradlew clean) but I am running Android Studio Arctic Fox | 2020.3.1 Patch 2
Cool, I run the same version of Android Studio on Linux and just tested cloning a fresh copy of the main branch and it opens and builds without issues.
Also, the CI/CD gradle build + lint is passing on all commits.
Please checkout the exact code from the main branch without making any changes and try gradle sync. Then you can send me the error log if any and I'll help you out :)
Btw, thanks for your interest in contributing to Ivy Wallet!
Things to check:
the ./gradlew clean was successful, but didn't run the app still, then I tried with Run with --stacktrace and got this
oh btw, i'm running it on a MAC...does it have anything to do with it?
Thanks for the logs @SmithDev1! Yes, it's exactly MacOS problem in Room DB. I didn't experience because both me and my CI/CD is running on Linux.
Potential Solution:
Let me know if it works. To change Room DB version go to dependencies.kt
it works now! thanks...how can i indicate which of the issues i'd like to work on?
@SmithDev1 I'm glad to hear that! And yeah it's a good, qe haven't setup project management stuff yet but any PRs are welcome:)
Have a look at #48 and comment "I'm on it" if you want to work on it. It's a good starting point.
I am able to clone build this project successfully to prepare for contributions, but when I hit the run button, it throws this error which I have tried to fix:
I tried to fix by adding these to the gradle.properties:
It builds successfully, but when I hit run button again on android studio, and I get this error:
any other thing i can try to make it work? ^