tcllE39E6850如何安装第三方应用
本帖最后由 海盗的诗 于 2020-1-30 15:48 编辑https://www.znds.com/jc/article/266216-1.html 楼主试试这个方法 既复古红 发表于 2020-1-30 15:50
https://www.znds.com/jc/article/266216-1.html 楼主试试这个方法
我家的TCL电视没有电脑卫士的,太难搞了 本帖最后由 opps 于 2020-1-31 13:32 编辑
研究了三天最终还是被我解决了,YES!
要用最新版的adb工具,低版本的adb电视机端会自动离线(devices offline)
在对应解压文件夹中打开cmd,依次输入以下3条命令
adb connect 电视的ipadb root
adb install example.apk
不出意外的化就可以安装成功了
以下内容参考了这篇博客blog.csdn.net/CHAOS_ORDER/article/details/104116281
adb命令参考官方文档: developer.android.com/studio/command-line/adb.html
附上最新的adb官方下载链接↓
For Windows
dl.google.com/android/repository/platform-tools-latest-windows.zip
For Mac
dl.google.com/android/repository/platform-tools-latest-darwin.zip
For Linux
dl.google.com/android/repository/platform-tools-latest-linux.zip
页:
[1]