anod / AppWatcher

App Watcher for Android helps you to follow updates of applications in Play Store that are not installed currently on your device.
https://play.google.com/store/apps/details?id=com.anod.appwatcher
Other
74 stars 8 forks source link

Gradle Sync Issue #99

Closed richforest0506 closed 1 year ago

richforest0506 commented 1 year ago

I have interested with this project. So I have tried to compile this project in Android Studio Flamingo | 2022.2.1 Patch 1. It was built on April 20, 2023. But when sync project with gradle files, following error occurred.

The project is using an incompatible version (AGP 8.1.0-alpha11) of the Android Gradle plugin. Latest supported version is AGP 8.0.1
See Android Studio & AGP compatibility options.

So I changed version "8.1.0-alpha11" to version "8.0.1" in the Gradle file. Then another error is displayed.

How can I compile? Should I use other version?

Detective-Khalifah commented 1 year ago

Hi! How did you resolve the plethora of issues? It is like a Pandora's box here; one issue pops up after the next. I downgraded AGP to 8.0.2 based on Android Studio's suggestion (version is Android Studio Flamingo | 2022.2.1 Patch 2, by the way).

richforest0506 commented 1 year ago

Alex left a detailed build method in the Readme. Try it. If that doesn't work, I'll help.

Detective-Khalifah commented 1 year ago

It worked out eventually. But we are still having trouble setting it up on Android Studio Electric Eel.