Android
Table of Contents
https://github.com/Blankj/AndroidUtilCode/blob/master/lib/utilcode/README.md
https://github.com/futurice/android-best-practices
2. Android debug via Wi-Fi wifi
adb tcpip 5555 adb connect 172.20.10.8:5555 adb disconnect 172.20.10.8:5555 # get ip adb shell ip -f inet addr show wlan0
3. Problems
3.1. Cann't download android studio
After redirect, replace https with http.
3.3. Intent.putExtra(Intent.EXTRA_STREAM, serializable)
Here, don't use `Collection<T>.toTypedArray(): Array<T>`. Because the return value is `Array`, which doesn't implement `Serializable` API.
Serializable collections:
- ArrayList
Not serializable collections:
- Array
- Collection
- List
3.4. App random crashes with Fatal signal 7 (SIGBUS), code 2 or Fatal signal 11 (SIGSEGV), code 1
The problem is on the svg lib. Avoid it by the svgexport.