Musify icon indicating copy to clipboard operation
Musify copied to clipboard

[Bug] <installation problem >

Open larcou-alt opened this issue 7 months ago • 14 comments

Acknowledgements

  • [x] I have searched the existing issues and confirmed that this is a new issue, not a duplicate or related to another open issue.
  • [x] I read the FAQ section and there's nothing mentioned about this issue.
  • [x] I have written a short but informative title.
  • [x] I have updated the app to the latest version. You can find the latest version here.
  • [x] I will fill out all the sections in this issue report.

Current Behavior

I have tried to update my app with all the listed apk packages but the message was package appears to be invalid. I don't want to uninstall because I will lose my offline music

Expected Behavior

Update

Steps To Reproduce

No response

Musify Version

v9.5.0

Device And Operating System

pixel 6a

Android Version You Use

Android 15

Additional Information

No response

larcou-alt avatar May 26 '25 19:05 larcou-alt

@larcou-alt which version did you have before? I updated from 9.4.3 and it worked well

gokadzev avatar May 27 '25 05:05 gokadzev

From 9.4.2

larcou-alt avatar May 27 '25 06:05 larcou-alt

package error can't update from 9.42 and all versions can't save settings on my phone's storage

zouzounos3 avatar May 27 '25 10:05 zouzounos3

I just pushed 9.5.1, hope it will work. I have no idea why it doesn't update.

gokadzev avatar May 27 '25 13:05 gokadzev

I just pushed 9.5.1, hope it will work. I have no idea why it doesn't update.

Same thing package error because it's not legal and I can't uninstall my work version 9.42 because I loose my list's which it doesn't save settings.

zouzounos3 avatar May 27 '25 15:05 zouzounos3

try to manually download and install 9.4.3

I tried updating 9.4.3 -> 9.5.0 -> 9.5.1 and it works

gokadzev avatar May 27 '25 16:05 gokadzev

It works

larcou-alt avatar May 27 '25 16:05 larcou-alt

Finaly i uninstall 9.42 and 9.52 works and save settings but i lost all my old playlists

zouzounos3 avatar May 28 '25 09:05 zouzounos3

I think it's a problem with version codes, 9.4.2's version code is 2129 while 9.4.3 and onwards are suddenly 130+, so Android thinks you're trying to downgrade and doesn't allow you to update

RWCoding58 avatar May 29 '25 08:05 RWCoding58

I think it's a problem with version codes, 9.4.2's version code is 2129 while 9.4.3 and onwards are suddenly 130+, so Android thinks you're trying to downgrade and doesn't allow you to update

interesting, because I casually updated version code for 9.4.2 as well:

https://github.com/gokadzev/Musify/commit/033811f10f32f1a9a5de7b7cfeeea267fa010941

gokadzev avatar May 29 '25 10:05 gokadzev

The problem seems to arise from the new version of flutter (3.32) which doesn't set the version code correctly when using --split-per-abi (when building the arm64-v8a APK).

The correct version code should be 2130+ for the arm64-v8a APK & 130+ for the universal one, as per google docs

See related issue

likir09 avatar May 31 '25 15:05 likir09

The problem seems to arise from the new version of flutter (3.32) which doesn't set the version code correctly when using --split-per-abi (when building the arm64-v8a APK).

The correct version code should be 2130+ for the arm64-v8a APK & 130+ for the universal one, as per google docs

See related issue

Interesting finding, thanks!

gokadzev avatar May 31 '25 15:05 gokadzev

Hi, I found the issue in gradle and the build path file, it can't find the path properly, that why Flutter run does not work properly. also, I'm working on the bottom navigation bar portion

Image

ArindamBhatta avatar Jun 18 '25 08:06 ArindamBhatta

Hi, I found the issue in gradle and the build path file, it can't find the path properly, that why Flutter run does not work properly. also, I'm working on the bottom navigation bar portion

It doesn't have any problems. I'm pretty sure you just missed the flavor and typed flutter run instead of flutter run --flavor github.

gokadzev avatar Jun 18 '25 15:06 gokadzev