RainbowC0 / TermuC

A simple C/C++ IDE for Android, backed on powerfull Termux
https://f-droid.org/packages/cn.rbc.termuc
GNU General Public License v3.0
73 stars 5 forks source link

Buttons not working #9

Open djlaserman opened 1 week ago

djlaserman commented 1 week ago

Run, Close, Save... button list doesn't work. Nothing happens when interacting with those buttons.

Linter works though. All other buttons and settings work.

So I can't run any code but can type in some code and see the suggestions for classes etc.

RainbowC0 commented 1 week ago

If "Run" doesn't work, please enable Draw over other apps permission for Termux. See https://github.com/termux/termux-app/wiki/RUN_COMMAND-Intent#draw-over-apps-permission-optional. If "Close" or "Save" gives no feedback, please offer me some details about the issue and information of your device.

djlaserman commented 1 day ago

My device is Samsung A32, running Android 14. It's rooted and Termux has all the permissions assigned, including draw over other apps, all files access and all optional permissions.

However when I click run, nothing happens. I've set Termux to allow external commands from other apps via editing the termux.properties file and saving it. I even tried the previous version of TermuC but I get the same behavior.

Only thing working is the linter and file browser and settings but not compilation and execution which is the meat of and IDE