
记一下
文章平均质量分 53
lmm1217
不依赖,不抱怨,不强求,开开心心向前走,不止步.....
展开
-
Android library projects cannot be lanched
Android library projects cannot be lanched错误解决原创 2016-06-02 11:19:15 · 407 阅读 · 0 评论 -
Android studio自动导包
Android studio自动导包原创 2016-06-23 15:17:16 · 422 阅读 · 0 评论 -
studio/eclipse手机连接不上解决
手机突然连接不上,排查问题解决问题原创 2016-08-05 14:58:37 · 512 阅读 · 0 评论 -
简单实现二维码扫描
简单实现二维码扫描转载 2016-08-05 15:38:42 · 5061 阅读 · 0 评论 -
android 6.0权限
android 6.0权限转载 2016-08-23 14:44:18 · 340 阅读 · 0 评论 -
网络请求框架
网络请求框架原创 2016-08-11 11:09:26 · 255 阅读 · 0 评论 -
android布局优化
android布局优化原创 2016-08-12 15:35:50 · 374 阅读 · 0 评论 -
studio 导入github工程
从github下载两个开源项目:PagerSlidingTabStrip | Android-Universal-Image-Loader-masterhttps://github.com/astuetz/PagerSlidingTabStrip https://github.com/nostra13/Android-Universal-Image-Loader转载 2016-10-20 17:28:52 · 278 阅读 · 0 评论 -
自定义Dialog
自定义Dialog 在工作中会发现,系统的dialog已经不能满足我们的需求了,我们想要自己设计的美观的各种样式,那么自定义样式的dialog就灰常重要了,我的效果如下 自定义样式dialog的步骤概要如下 ## - 先自定义一个弹出框的样式 - 自己实现CustomDialog类,继承自Dialog,实现里面方法,在里面加载自定义样式的弹出框;原创 2017-03-14 13:52:08 · 1199 阅读 · 0 评论 -
Error:Error converting bytecode to dex: Cause: com.android.dex.DexIndexOverflowException: Cannot mer
android studio 遇到问题:Error:Error converting bytecode to dex:Cause: com.android.dex.DexIndexOverflowException: Cannot merge new index 66678 into a non-jumbo instruction!解决方式1.在主工程bulid.gradle 中d原创 2018-02-02 15:13:55 · 2863 阅读 · 0 评论 -
Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple dex files defi
android studio遇到的问题Error:Error converting bytecode to dex:Cause: com.android.dex.DexException: Multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$Acces原创 2018-02-02 15:33:19 · 6228 阅读 · 0 评论 -
Android studio 开发者信息设置
Android studio 开发者信息设置原创 2016-06-23 15:16:06 · 1147 阅读 · 0 评论 -
In Gradle projects, always use http://schemas.android.com/apk/res-auto for custom attributes
In Gradle projects, always use http://schemas.android.com/apk/res-auto for custom attributes原创 2016-06-23 15:14:56 · 718 阅读 · 0 评论 -
Error:Error: File path too long on Windows, keep below 240 characters : C:\Users\pc\Desktop\allStude
错误描述:Error:Error: File path too long on Windows, keep below 240 characters : C:\Users\pc\Desktop\allStudemos\Android-PullToRefreshRecyclerView-master\Android-PullToRefreshRecyclerView-master\Library\b原创 2016-07-26 11:05:18 · 2005 阅读 · 1 评论 -
android studio导入github项目
从github下载两个开源项目:PagerSlidingTabStrip | Android-Universal-Image-Loader-masterhttps://github.com/astuetz/PagerSlidingTabStrip https://github.com/nostra13/Android-Universal-Image-Loader转载 2016-07-26 11:19:50 · 456 阅读 · 0 评论 -
Android studio 导入开源项目及导入项目常见问题
本篇以Github上最热门的MaterialDesign库, MaterialDesignLibrary 来介绍怎样使用Android Sudio导入开源项目的,如果你和我一样刚刚从Eclipse转到AS,那本篇文章非常适合你。如果不引入任何第三方库,不做自动化分渠道打包等操作,那可以在完全不了解Gradle的情况下进行Android项目的开发。但如果要想导入Github上的热门项目,必须首先转载 2016-07-26 11:36:06 · 1607 阅读 · 0 评论 -
Android studio改改编码格式
Android studio改改编码格式原创 2016-07-26 11:40:27 · 573 阅读 · 0 评论 -
自定义TextView实现文字伞动效果
使用自定义textview 实现文字伞动效果原创 2016-06-20 11:31:12 · 391 阅读 · 0 评论 -
android更改状态栏颜色
更改android手机状态栏颜色,也可设置成透明原创 2016-06-23 14:27:44 · 482 阅读 · 0 评论 -
RecyclerView导包
由于RecyclerView放在support library v7包中,所以我们想要使用就必须要导包。下面就介绍下在Eclipse和Android Studio中是如何导入这两个包Eclipse:第一步:通过SDK manager下载/更新Android Support Libraries(5.0版本最新为21) 第二步:导入CardView和RecyclerView项目(都在原创 2016-06-23 15:08:26 · 1479 阅读 · 0 评论 -
android 框架汇总
android 框架汇总原创 2016-06-23 15:09:35 · 524 阅读 · 0 评论 -
Android单位
Android单位转载 2016-06-23 15:11:49 · 274 阅读 · 0 评论 -
android studio 快捷键修改
android studio 快捷键修改原创 2016-06-23 15:13:28 · 515 阅读 · 0 评论 -
Error:(8) Error: In Gradle projects, always use http://schemas.android.com/apk/res-auto for custom a
将eclipse项目导入studio遇到坑Error:(8) Error: In Gradle projects, always use http://schemas.android.com/apk/res-auto for custom attributes [ResAuto]解决办法把eclipse项目中xmlns:app="http://schemas.android原创 2018-02-06 16:35:35 · 649 阅读 · 0 评论