apk: android將原始碼依賴庫等經過編譯後打包分發的應用.
打包詳細過程如下:
android-studio安裝
由於google被qiang,需要制定proxy,可以使用sock,同時安裝完畢後在不同階段可能會需要不同的package獨自下載,比如emulator用於在AVD(Android Virtual Device)下做模擬測試。
emulator執行錯誤
1.當點選run時,可能出現以下錯誤:
"14:27 Emulator: [3632]:ERROR:android/android-emu/android/qt/qt_setup.cpp:28:Qt library not found at C:\Users\Administrator\AppData\Local\Android\Sdk\emulator\lib64\qt\lib"
這是因為emulator沒有安裝。
2. 確認安裝了eumator後,可能又出現以下錯誤:
14:55 Emulator: emulator: ERROR: Not enough space to create userdata partition. Available: 5534.117188 MB at C:\Users\Administrator\.android\avd\Nexus_5X_API_24.avd, need 7372.800000 MB.
原因是其要求的記憶體過高,可以通過修改avd對應的config.ini中:
disk.dataPartition.size=2G
disk.dataPartition.size = 6442450944
activity和layout檔案在studio中的關聯
activity/layout
activity負責將layout,ui和我們的程式邏輯聯絡起來
activity封裝成tasks,支援回退
隱式indent呼叫外部應用
android樣例程式碼學習:
https://github.com/mitchtabian?tab=overview&from=2018-12-01&to=2018-12-31
android threads模型
真機除錯時如何將手機介面在PC上展示?vysor
https://chrome.google.com/webstore/search/vysor?utm_source=chrome-ntp-icon
UI設計和developer人員合作開發的工具 zeplin
可以將designer設計好的psd檔案直接匯入zeplin生成html/css或者ios/android設計檔案
https://app.zeplin.io/welcome