You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for working on this project - and specifically from my p.o.v. - on building an appimage distributable.
The issue i am facing is that java isn't installed on my machine and also ( since i don't need java ever ) i wouldn't want to install it just for this one app (apk-editor-studio ) and let it sit around ....
Thus , could you please take into consideration including java with the appimage - probably this would be of help.
The other alternative / idea of " a script to include it / repack appimage with it" revolves around possible java copyright issue - although since the link i provided is from official appimage gh repo , and it doesn't mention anything about such issue , it probably isn't any issue at all...
Thanks !
The text was updated successfully, but these errors were encountered:
I have just answered the related question here, so let me quote myself:
No doubt, bundling Java with APK Editor Studio would be handy.
However, this would also bloat the size of the APK Editor Studio packages.
For example, some features require JDK (not just JRE) which can be around 200 MB.
So the APK Editor Studio would become ×5 larger in size, which is not the greatest result in my opinion.
Moreover, since APK Editor Studio is supported across 3 different platforms and is distributed via CI/CD, this would be a pain for me (as a single developer of this project) to support this kind of deployment.
However, I have plans on adding the automatic Java downloader which would download OpenJDK if it is not present on the target system. This feature is already partially implemented on my local machine, so I hope it will see the light of the day in the future releases.
Regarding the OpenJDK implementation, I'm planning to use Adoptium (which I believe is a modern version of the AdoptOpenJDK mentioned in your link).
Thanks for working on this project - and specifically from my p.o.v. - on building an
appimage
distributable.The issue i am facing is that
java
isn't installed on my machine and also ( since i don't needjava
ever ) i wouldn't want to install it just for this one app (apk-editor-studio
) and let it sit around ....Thus , could you please take into consideration including
java
with theappimage
- probably this would be of help.The other alternative / idea of " a script to include it / repack appimage with it" revolves around possible java copyright issue - although since the link i provided is from official appimage gh repo , and it doesn't mention anything about such issue , it probably isn't any issue at all...
Thanks !
The text was updated successfully, but these errors were encountered: