Skip to content
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

Latest APK #480

Open
MobCode100 opened this issue May 15, 2024 · 7 comments
Open

Latest APK #480

MobCode100 opened this issue May 15, 2024 · 7 comments
Labels
bug General label for all bugs (i.e. things not working as intended)

Comments

@MobCode100
Copy link

MobCode100 commented May 15, 2024

This is not a bug report, just to request a latest beta or at least, provide a v0.8.3-beta3 APK file so that it's easier for the community to test them and report issues. There are some critical fix (such as notification event) and features which have been made into beta/dev branch that aren't included in the latest and beta APK releases.

However, I've build my own latest Easer APK for anyone who wants to use it.

@MobCode100 MobCode100 added the bug General label for all bugs (i.e. things not working as intended) label May 15, 2024
@svolpe
Copy link

svolpe commented May 20, 2024

@MobCode100 I'm having issues getting Easer to even build. I have tons of programming experience but I'm fairly new to Android. Would you be able to send me some directions on how to compile it from scratch. I'm getting the following error:

Unsupported Java.
Your build is currently configured to use Java 17.0.9 and Gradle 6.5.

I went down the path of upgrading the product to use a newer version of Gradle but then I started getting other issues so I'm assuming that might not have been the right approach.

I'm using the latest Android Studio

@svolpe
Copy link

svolpe commented May 20, 2024

If I change the Java version to one that supports Gradle 6.5 then I get the following error:
Could not resolve all dependencies for configuration ':app:betaDebugRuntimeClasspath'.
Could not create task ':app:minifyBetaReleaseWithR8'.
Cannot query the value of this provider because it has no value available.

I think I got the same error if I updated the Gradle instead of downgrading Java.

@MobCode100
Copy link
Author

MobCode100 commented May 20, 2024

I'd get that error too, so I solved it with:
Go to File > Project Structure > Modules > app > Properties
image

Change the compile sdk version and build tools version to 30.

Make sure you download the build tools:
image

Tick Hide Obsolete Packages.

Goodluck!

@svolpe
Copy link

svolpe commented May 20, 2024

did you leave Gradle as the original version and install an old version of JDK or did you upgrade it too?

@MobCode100
Copy link
Author

did you leave Gradle as the original version and install an old version of JDK or did you upgrade it too?

No, I just leave everything as it is. To be honest I'm not familiar with android development too. I made just those changes, and then they worked for me.

@svolpe
Copy link

svolpe commented May 20, 2024

yeah, they worked for me too. Thank you for your help!

@MobCode100
Copy link
Author

yeah, they worked for me too. Thank you for your help!

Glad it worked for you. I've tried to upgrade it using android studio recommendation but it failed to compile. So I'll just stick to SDK 30.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug General label for all bugs (i.e. things not working as intended)
Projects
None yet
Development

No branches or pull requests

2 participants