发布Android App报错:cannot.find.zip.align=The zipalign tool was not found in the SDK.
Android使用CountDownTimer实现倒计时示例(Kotlin)
Android Gradle报错:No resource found that matches the given name (at 'dialogCornerRadius' with value '?android:attr/dialogCornerRadius').
Android构建报错:Android resource linking failed (AAPT2 27.0.3 Daemon #0)
Android Studio 3启动adb失败:Check failed: usb_packet_size < 4096ULL
Android Gradle报错:Failed to resolve: com.google.android.gms:play-services:11.2.0
Android使用InputMethodManager显示和隐藏软键盘
Android Instant App报错:Your site 'xxxxx.com' has not been linked through the Digital Assets Link protocol to your app
Gradle报错:KotlinReflectionNotSupportedError: Kotlin reflection implementation is not found at runtime. Make sure you have kotlin-reflect.jar in the classpath
【Android Studio 3.0 Beta】Gradle同步报NullPointException
【Android Instant App】报错:Your Instant App APKs contain the domain 'xxx.com' that is already in use by another app
解决Android错误:Failed to resolve: com.android.support:appcompat-v7:26.0.0
使用RecyclerView和LayoutAnimation给列表添加进入动画
处理guava-21.0不兼容Android错误:DexArchiveBuilderException: Failed to process guava-21.0.jar
使用Robolectric写Android单元测试
Android Studio 3 Gradle插件报错:AAPT2 error: check logs for details
使用Kotlin Spek 2来做Android的行为驱动测试