學習《第一行代碼》可能遇到的問題及其鏈接

1、Unknown failure (at android.os.Binder.execTransact(Binder.java:565))Error while Installing APKs

https://blog.csdn.net/lplj717/article/details/77991365

2、You need to use a Theme.AppCompat theme (or descendant) with this activity.

https://www.cnblogs.com/wyx-xyz/p/6235469.html

3、使用onSaveInstanceState的誤區

https://blog.csdn.net/u011475002/article/details/44753105

4、使用Intent傳遞對象的兩種方式

https://blog.csdn.net/coutamg/article/details/52727292

5、Android中intent傳遞對象和Bundle的用法

https://blog.csdn.net/lixiang0522/article/details/8642202

6、Android-Intent與Bundle在傳值上的區別

https://blog.csdn.net/u014657752/article/details/47301569

7、android 添加’com.android.support:percent:26.0.0-alpha1’

(最新應該爲28.0.0)
https://www.cnblogs.com/s42-/p/9854992.html

8、Android中整型和字符串相互轉換的方法

https://blog.csdn.net/kevinwu93/article/details/40432163/

9、ZIGBEE最基本的概念

https://zhidao.baidu.com/question/1430446074545408659.html

10、3.6節添加相應依賴庫時版本號應該一樣:

implementation ‘com.android.support:appcompat-v7:28.0.0’
implementation ‘com.android.support:recyclerview-v7:28.0.0’

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章