学习《第一行代码》可能遇到的问题及其链接

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’

11、对于《第一行代码》中的RecyclerView中的一个列表间距太远(占据一个界面)的问题

https://blog.csdn.net/SimpleSwing/article/details/73500959

12、第三章 RecyclerView改为Gridlayout,StaggeredGridlayout

https://blog.csdn.net/naruto_ping/article/details/73929902

13、emulator: ERROR: x86 emulation currently requires hardware acceleration!

https://blog.csdn.net/m0_37292262/article/details/81394743

14、解决AndroidStudio中使用.9图片不生效的问题

https://blog.csdn.net/rrr9805/article/details/79165273

猜你喜欢

转载自blog.csdn.net/qq_41613496/article/details/87899988