Compile and Run GUI on Android

0

I use c4droid to compile C-codes using gcc, in my studies I want to enter the graphical interface, but as I am without a computer I thought of using it on my own android. Well, I installed the GNU Root Debian app, I installed gtk3, glade and its dependencies. In the Debian app, I can compile the code, but at the time of running with ./ the error of the photo attached here appears. I've researched more than any way I could solve this error, my question is, is this error happening because it is not possible to open a graphical interface on android? Has anyone tried something like this? I'm waiting

    
asked by anonymous 13.06.2018 / 16:34

1 answer

0

I think it's not possible because Android itself is already running an X Server that is pointing to the screen of your smartphone. This hypothesis is corroborated by the error message that display 1 can not be opened.

    
13.06.2018 / 17:04