I am running an native ncurses statically build application for Ubuntu on Android device. I am getting the expected screen output on Ubuntu.
I pushed the ncurses executable onto Android device which is connected to Windows host machine using adb.
When I tried to run the application on android device, messy output on windows dos terminal is coming. I copied the terminfo onto Android device set TERMINFO and set TERM=xterm.
What am I missing?