We have successfully installed ignition android app in android TV, and we can open the APP, but when we want to open the client, the app show "application error". We have checked our network with IT, and we don't find any setting problem.
Do some friends have same problem? How to solve it?
Confirm you can view your Perspective project with a laptop connected from the same network location as the TV, with network settings that are similar to the TV.
Perspective relies heavily on modern web standards (advanced CSS Grid/Flexbox, heavy JavaScript execution, and continuous WebSocket connections). Android TV browsers are not intented for this. They are low-spec hardware and have an aggressive memory management. Add a third party SVG rendering module to your project, and those Android devices just can't handle it.