eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.87k stars 2.48k forks source link

Make theia-ide available on android #14040

Open Boerny opened 1 month ago

Boerny commented 1 month ago

electron builder supports apk as target https://www.electron.build/configuration/linux

Feature Description:

Build an apk and make it available via Google Play Store or fdroid.org so people can use it on tablet or phone.

JonasHelming commented 1 month ago

Thank you for the report. Do you have any experience with building Electron Apps for Android? Would you be interested in a contribution here?

Boerny commented 1 month ago

@JonasHelming I do not have any experience on building Electron Apps for Android.