WaxMoon / MultiApp

A customizable virtual Android container/一款可定制的虚拟安卓容器
GNU Affero General Public License v3.0
771 stars 154 forks source link

Release a single apk combining both 32 and 64 bit versions #9

Closed TechMorgan closed 1 year ago

WaxMoon commented 1 year ago

Wait patiently for a week! @xunijun will do it! @TechMorgan

ghost commented 1 year ago

Wait patiently for a week! @xunijun will do it! @TechMorgan

Honestly i also waiting for this i hope dev consider it thanks 🙏😊

WaxMoon commented 1 year ago

try v1.0.4 @NSTAdventure

IzzySoft commented 1 year ago

Ouch. That just broke your listing with my repo as the armeabi build went missing and file names changed, so I had to disable updates for now. Can you please add the 32bit variant back, @WaxMoon? The one which is attached to the last release carries the name of the 64bit build. It would also be very helpful if the file names kept consistent (so my updater has a chance to pick the right one; up to now it told them apart by "App64" vs "App32").

As you used different package names for them, you cannot simply combine them to a single APK without forcing half the users to uninstall and reinstall, unfortunately.

PS: As it doesn't make much difference size-wise, I could of course establish the current build instead (which as pointed out means a re-install for existing users) if you prefer that.