[image] gavr:
I also heard that GTK 4 is going to use Google’s ANGLE for rendering
Only on Windows, as it may be the only semi-reliable GL implementation available there.
[image] gavr:
Can anyone tell if there are any plans to distribute GTK 4 to Android mobile devices and what ways of d… Answer from ebassi on discourse.gnome.org
GitHub
github.com › gtk-rs › gtk4-rs › issues › 1997
Support building application for Android · Issue #1997 · gtk-rs/gtk4-rs
March 9, 2025 - It should be possible to build gtk applications written in rust for the new android backend, given that the rust bindings do not use introspection at build time (sources are pregenerated). As far a...
Author: gtk-rs
Reddit
reddit.com › r/gnome › draft: android support for gtk
r/gnome on Reddit: Draft: Android support for GTK
August 12, 2024 - Does any existing code need changes if GTK gets an Android backend? No, because backends are isolated from each other. The Wayland or X11 backend doesn't care at all if there's an Android backend or not.
36:27
GTK apps on Android | Matthias Clasen & Florian Leander Singer ...
05:30
Top-10 GNOME Apps for Android ~now that GTK 😊😊 - YouTube
r/unixporn on Reddit: [Hyprland](and Ignis!) I made my own GTK4 shell
02:12
GNOME 42 - Initial Software port to GTK4 (MR!944) - YouTube
45:45
GTK4 is (almost) here! - Matthias Clasen, Emmanuele Bassi - YouTube
GNOME Discourse
discourse.gnome.org › development › core
GTK 4 and Android - Core - GNOME Discourse
February 15, 2020 - With the development of Libhandy, it seems to me that GTK now really looks amazing on mobile devices. I also heard that GTK 4 is going to use Google’s ANGLE for rendering. Can anyone tell if there are any plans to distribute GTK 4 to Android mobile devices and what ways of development does ...
OSnews
osnews.com › story › 141670 › gtk-announces-x11-deprecation-new-android-backend-and-much-more
GTK announces X11 deprecation, new Android backend, and much more – OSnews
GTK 4.18 will also bring major ... news. Another major new feature is the new Android backend, which, while not yet complete, will allow you to run GTK applications on Android....
GTK Development
blog.gtk.org › home page
GTK Development Blog – All things GTK
And, maybe the biggest news: We have an Android backend now. It is still experimental, so you should expect some rough edges and loose ends. For example, there is no GL renderer support yet. But it is exciting that you can just try gtk4-demo on your phone now, and have it mostly work.
GTK Development
blog.gtk.org › home page
gtk4 – GTK Development Blog
And, maybe the biggest news: We have an Android backend now. It is still experimental, so you should expect some rough edges and loose ends. For example, there is no GL renderer support yet. But it is exciting that you can just try gtk4-demo on your phone now, and have it mostly work.
Top answer 1 of 4
16
Try GTKAndroid.
It still has many limitations at the moment when I'm writing this comment, but you should be able to run some simple forms with this already.
2 of 4
10
Nothing is impossible. First of all, GTK library need to be coss-compiled. After that, the compiled library need to be deployed to android.
Geopjr
gtk4android.geopjr.dev
GTK 4 Android
Unofficial and test demo builds of GTK applications on Android
YouTube
youtube.com › watch
A builder for installing GTK apps on Android - YouTube
the work for an Android backed continues :) https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/7555#note_2252698Android Builder on Github (read the above co...
Published: November 5, 2024
Top answer 1 of 9
4
[image] mavavilj:
I do not understand why this backend cannot or would not support Android 8.
Because it’s experimental, and the only person working on it is using SDK 31 as the baseline.
If you want to help out, feel free to clone GTK and work on increasing the backward compatibility. Askin…
2 of 9
0
$ apktool d app-arm64-v8a-release-signed.apk
$ cd app-arm64-v8a-release-signed/
$ ls -p
AndroidManifest.xml apktool.yml assets/ lib/ original/ res/ smali/
$ grep SdkVersion apktool.yml
minSdkVersion: '31'
targetSdkVersion: '35'
Mapping SDK version to Android version from here, minimum …
GNOME Discourse
discourse.gnome.org › development
Building a GTK application for Android - Development - GNOME Discourse
May 19, 2022 - Hi! I wanted to ask, is there a way to make a GTK application for Android? I’m going to build an app for Linux and having an Android version is essential to me but I didn’t see any official documentation; all I found was about Broadway but I didn’t understand precisely how to use it to ...
GNOME Discourse
discourse.gnome.org › development
What versions of Android does the gtk4-demo support? - Development - GNOME Discourse
May 4, 2025 - I tried to install it using the signed apk I got via the instructions at Unable to install Android gtk4-demo APK - #3 by CodedOre. However, the apk fails to install on an Android 8 phone.
Class Central
classcentral.com › subjects › technology › programming › mobile development
Free Video: GTK Apps on Android - Building Cross-Platform Applications with GTK 4.18 from Linux App Summit | Class Central
This conference talk from Linux App Summit 2025 introduces the new Android backend in GTK 4.18, exploring the technical challenges overcome to make GTK applications function on Android. Learn about the roadmap for establishing Android as a first-class platform for GTK and discover practical guidance for developing Android applications using the GTK framework.
Reddit
reddit.com › r/gnome › backend android per gtk unito
r/gnome on Reddit: Backend Android per GTK unito
February 1, 2025 - Dannazione! Questo è interessante..... Questo significa che sarei in grado di creare una port Android di tutte le app desktop GTK open source là fuori?
Starred by 92 users
Forked by 24 users
Languages: C 87.9% | Makefile 8.3% | Python 3.3% | C 87.9% | Makefile 8.3% | Python 3.3%
Reddit
reddit.com › r/learnprogramming › is possible to use gtk to develop mobile application -ios, android?
r/learnprogramming on Reddit: Is possible to use GTK to develop mobile application -IOS, Android?
April 17, 2019 -
I know it s okay for desktop application, I m wondering if it s okay for mobile application also to use GTK,
any hint would be great,
thanks