
【Android 开发中遇到的异常】
go_going
on my way!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android studio 导入v7 包之后non-zero exti value1
向gradle 中导入 v7 包 compile 'com.android.support:appcompat-v7:+' /Users/apple/Desktop/workspace/android_courier/app/build/intermediates/res/merged/debug/values-v23/values-v23.xml Error:(4) Error retri原创 2016-08-05 11:10:07 · 642 阅读 · 0 评论 -
CountDownTimer浅析
在项目开发中经常会用到倒计时这个功能,而Android也帮我们封装好了一个类CountDownTimer,给我们的开发带来了很大的方便; 本文主要讲解CountDownTimer的用法,以及开发中遇到的一些问题和解决办法~原创 2017-06-12 16:34:12 · 12438 阅读 · 2 评论 -
AndroidStudio Configuration 'compile' is obsolete and has been replaced with 'implementation'
AndroidStudio Configuration ‘compile’ is obsolete and has been replaced with ‘implementation’ and ‘api’. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/...原创 2018-07-17 10:38:40 · 9883 阅读 · 0 评论