pChochura/TV-Remote

App not show icon and stoped without any display

MRShahi opened this issue · 1 comments

I clone the repo and run in my android studio , i run it but no icon show in my app gallery. app open and close with no any display and show toast of "Service has started" any knowledge what the issue is ?
the screen orientation chnage to landscap and then potrate when the app close.

logcat is

2021-12-07 16:35:06.978 24860-24860/? E/tvremote_serve: Unknown bits set in runtime_flags: 0x40000000
2021-12-07 16:35:07.003 24860-24860/? E/RefClass: java.lang.reflect.InvocationTargetException
2021-12-07 16:35:06.978 24860-24860/? E/tvremote_serve: Unknown bits set in runtime_flags: 0x40000000
2021-12-07 16:35:07.003 24860-24860/? E/RefClass: java.lang.reflect.InvocationTargetException
2021-12-07 16:35:06.978 24860-24860/? E/tvremote_serve: Unknown bits set in runtime_flags: 0x40000000
2021-12-07 16:35:07.003 24860-24860/? E/RefClass: java.lang.reflect.InvocationTargetException
2021-12-07 16:35:07.452 24860-24860/com.pointlessapps.tvremote_server E/libc: Access denied finding property "ro.odm.prev.product.name"
2021-12-07 16:35:07.676 24860-25000/com.pointlessapps.tvremote_server E/libEGL: Invalid file path for libcolorx-loader.so

The project "tvremote_server" is just a background service which can be run on Android TV, and it doesn't have any icon which can be shown on an Android device. If you want to run an Android application, you should run the project contained in a "mobile" folder.
This is just because I have created a server to be able to start an intent remotely on my Android TV or show visible Bluetooth devices. And it is not mandatory to be installed for the application to work.