ActivityWatch / aw-android

ActivityWatch for Android, using aw-server-rust as backend.
Mozilla Public License 2.0
165 stars 29 forks source link

This app was built for an older version of Android #93

Closed jzheng23 closed 11 months ago

jzheng23 commented 1 year ago

I am using the app for an academic research. Recently some participants got this "This app was built for an older version of Android" warning while trying to install ActivityWatch from Google Play Store. Two of the participants use Pixel 6a. Is this something easy to fix? I see the target SDK is already 33, so I am kind of confused.

skewballfox commented 1 year ago

Can Confirm this is the case on a pixel 6 running 13 (TQ2A.230505.002). According to this SO post, it should (hopefully) be as simple as updating the TargetSDKVersion.

deniskonovalov64 commented 1 year ago

Good afternoon, may I know if there is any progress on this issue?

ErikBjare commented 1 year ago

Unfortunately blocked by the very tricky https://github.com/ActivityWatch/aw-android/issues/94

ErikBjare commented 1 year ago

Made some progress on #94

Hoping to get a new release out soon.

ErikBjare commented 1 year ago

I've gotten it running in an emulator now, after a few minor fixes. Trying to make a release.

ErikBjare commented 1 year ago

Made the release! https://github.com/ActivityWatch/aw-android/releases/tag/v0.12.0

Google rejected it though, due to a bunch of new rules. Will work on that.

ErikBjare commented 11 months ago

Google has now accepted it, and we're live with v0.12.1b5!

Here's the release announcement https://twitter.com/ActivityWatchIt/status/1712822712370942146?t=5SNng7qZOTSGcamBUU3Ifg&s=19

Thanks for reporting!