1.移除的module如何恢復,
在settings.gradle中新增,include
,':vitamio'
單引號中填寫module的名稱
2.recycleview 中子布局設定item mtch_parent 失效,
是因為在
oncreateviewholder中
view view=layoutinflater.inflate(r.layout.layout,parent, false);
裡面的root不能設定為空,
root的作用就是來計算我們item的設定引數,
沒有root自然也沒辦法計算引數,那我們設定什麼都不會有效果!
3.在學習recycleview和cardview的過程中 需要新增分割線 其中寫成了,所以報錯
Android單元測試學習中遇到的問題
1.filenotfoundexception build intermediates bundles debug androidmanifest.xml 系統找不到指定的路徑。edit configuration設定android junit 的working directory設定為 modul...
學習中遇到的問題
頂層const和底層const的概念與區別。vector的sort演算法究竟有沒有使用std swap或者自定義型別自己的swap?類中static成員在 初始化?函式的預設引數是引用,用右值初始化時,為什麼必須是const型別?void resize size t n,std string s s...
Android開發中遇到的問題收集(2)
例如 json字串中的等資料,解析後,map中的object型別會被轉換為double型別 map string,object map new gson fromjson json,new typetoken map string,object gettype 解決方案 public static ...