Current location - Quotes Website - Signature design - Adb mode installs apk on TV and debugs it.
Adb mode installs apk on TV and debugs it.
1. Turn on the TV factory mode and turn on adb. Take Skyworth TV as an example, in Settings->; Execute the "Up, Down, Left and Right" input mode in the local information,-> Advanced settings-> Open an ADB in someone else's place.

Restart TV

3. Connect the TV through ADB. Exe) connect192.168.124.6 (the actual address of the TV) on the computer side.

4. Install apk (through ADB. Please install d: \ SDK \ demo \ demo.apk.

In this way, you can see the errors in the installation process, such as SDK version problems, signature problems and so on. They are not visible for direct installation.

After installation, you can see the application in My Applications on the TV.

Start the application

6. If it is normal, it is ok. If it flashes back, you can view the log in the following ways.

adb.exe logcat | findstr " Android runtime " > 1.txt

It records the information of APP crash, which is helpful for debugging.

The above process is effective, please refer to:

1./p/f5e 1 19087008

2./topic/248 1057369