[Bug] <installation problem >
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 which version did you have before? I updated from 9.4.3 and it worked well
From 9.4.2
package error can't update from 9.42 and all versions can't save settings on my phone's storage
I just pushed 9.5.1, hope it will work. I have no idea why it doesn't update.
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.
try to manually download and install 9.4.3
I tried updating 9.4.3 -> 9.5.0 -> 9.5.1 and it works
It works
Finaly i uninstall 9.42 and 9.52 works and save settings but i lost all my old playlists
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
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
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
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!
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
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.