TermuxFileReceiver issue

hi, I'm really new to this space. not sure what I did or how to fix it but when I try to open ANY file type in termux, whether .txt, .py, .jpg, it opens this popup. when I click "edit" it gives this error message. any ideas on how to fix this?
No description
No description
1 Reply
owokitty
owokitty3w ago
yes, in order to fix that error, you need to run these commands
mkdir -p ~/bin
ln -s $PREFIX/bin/editor ~/bin/termux-file-editor
mkdir -p ~/bin
ln -s $PREFIX/bin/editor ~/bin/termux-file-editor
I think in a future version of Termux, agnostic-apollo is going to fix this so that this error never happens.

Did you find this page helpful?