當前位置:編程學習大全網 - 網站源碼 - 吉利智上博越androidlink連不上怎麽辦?

吉利智上博越androidlink連不上怎麽辦?

插上數據線,然後設置裏--->開發者選項-->USB鏈接;

用carplay或者Glink可以互聯,車機本身有提示;

多看看說明書,不行就4s店裏問問。

可以上論壇看看

網頁鏈接

網頁鏈接

重點關註:lint [flags] <project directory>

詳細的參數使用方法可以通過lint --help查看,這裏只介紹比較常用的命令:

a)生成html格式的報告

lint?--html?d:\lint-results.html?d:\lofter_project

另外,也可以使用參數,生成格式簡單的html報告

lint?--simplehtml?d:\lint-results.html?d:\lofter_project

b)生成xml格式的報告

lint?--xml?d:\lint-results.xml d:\lofter_project

c)使用自定義的分析策略

lint?--config d:\custom-lint.xml?--html d:\lint-results.html?d:\lofter_project

如果項目源碼根目錄下存在lint.xml文件,則無需--config參數,lint.xml中的策略默認生效;

d)參數--fullpath

lint?--fullpath?--simplehtml d:\lint-results.html?d:\lofter_project

下圖展示了是否使用該參數的區別

Android lint刪除無用資源文件 (自動)/wl0073921/article/details/50069127

  • 上一篇:怎麽把delphi的工作窗口重疊排列
  • 下一篇:蘋果手機怎樣下載盛京OA
  • copyright 2024編程學習大全網