Android端知識點

2021-08-14 05:11:23 字數 529 閱讀 3349

1.進行安卓除錯

(1)cd  c:\program files (x86)\android\android-sdk\platform-tools  (切換目錄到sdk的platform目錄)

(2)進入android的開發者模式並鏈結usb開啟除錯模式,(每種手機型號不同,請注意)

(3)adb logcat -s unity  (檢視log輸出,log輸出的是所有unity正在執行的程式的資訊)

2.將android程式直接通過build匯入手機進行安裝(而不是build之後將安裝包放入手機)

(1) cd  c:\program files (x86)\android\android-sdk\platform-tools  (切換目錄)

(2) 輸入 adb install 然後把build的unity檔案(apk字尾)拖進去命令控制台就可以了  (安裝檔案)(會自動生成路徑)

3vivoy51.進入開發者模式

通過連線android進行除錯:進入開發者模式:連按七下軟體版本號,即可進入除錯模式,開啟開發者模式,

Android小知識點

1 最近翻看以前的專案時候,想更改下布局檔案,誰知道就改了個引數就提示如下的報錯,百思不得其解,android小知識點原來是這樣解決的。小記一下。更改layout的xml之後報錯incorrect line ending found carriage return without correspon...

android知識點隨筆

android project中manifest.xml中的標籤元素決定的。此標籤包含如下3個屬性 android minsdkversion 此屬性決定你的應用能相容的最低的系統版本,一盤情況是必須設定此屬性。android targetsdkversion 此屬性說明你當前的應用是針對某乙個系統...

Android小知識點

1 最近翻看以前的專案時候,想更改下布局檔案,誰知道就改了個引數就提示如下的報錯,百思不得其解,原來是這樣解決的。小記一下。更改layout的xml之後報錯incorrect line ending found carriage return without corresponding newlin...