上一页 1 ··· 5 6 7 8 9
摘要: 原文链接:http://blog.csdn.net/hekewangzi/article/details/44676797 一、使用反编译工具JD-GUI(JD-GUI相关操作见Java-----反编译class文件)打开要修改的jar包(如update.jar),找到jar包中要修改的class文 阅读全文
posted @ 2016-02-18 14:49 LittleEyes 阅读(658) 评论(0) 推荐(0) 编辑
摘要: 版权声明:本文出自郭霖的博客,转载必须注明出处。 目录(?)[-] Volley简介 下载Volley StringRequest的用法 JsonRequest的用法 转载请注明出处:http://blog.csdn.net/guolin_blog/article/details/17482095 阅读全文
posted @ 2016-02-18 11:20 LittleEyes 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 问题描述: This Android SDK requires Android Developer Toolkit version 23.0.0 or above. Current version is 12.0.0.v201106281929-138431. 解决办法如下: 找到android-s 阅读全文
posted @ 2016-02-17 17:45 LittleEyes 阅读(171) 评论(0) 推荐(0) 编辑
摘要: [2016-02-15 22:37:17 - ddms] Can't bind to local 8700 for debugger报错和解决 1.打开studio monitor是出错: Can't bind to local 8700 for debugger 2.netstat -apn |g 阅读全文
posted @ 2016-02-15 22:45 LittleEyes 阅读(7338) 评论(0) 推荐(0) 编辑
摘要: // Check network connection private boolean isNetworkConnected(){ ConnectivityManager connectivityManager = (ConnectivityManager) getSystemService(Con 阅读全文
posted @ 2016-02-04 14:01 LittleEyes 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 多式样ProgressBar 普通圆形ProgressBar 该类型进度条也就是一个表示运转的过程,例如发送短信,连接网络等等,表示一个过程正在执行中。一般只要在XML布局中定义就可以了。 <progressBar android:id="@+id/widget43" android:layout_ 阅读全文
posted @ 2016-02-03 18:13 LittleEyes 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 方法1:利用android:layout_weight hello_world2的宽度会挤压hello_world的空间。 效果图: 方法2:设置LinearLayout属性 android:gravity="right" 注:只有在LinearLayout的layout_width="match_ 阅读全文
posted @ 2016-02-03 17:35 LittleEyes 阅读(26104) 评论(0) 推荐(0) 编辑
摘要: 今天第一次用android studio,下了个比较新的1.0.1 linux版本,结果启动时老是出现以下错误:[ 6987] WARN - ateSettings.impl.UpdateChecker - Connection failed. Please check your netwo... 阅读全文
posted @ 2014-12-23 23:31 LittleEyes 阅读(2941) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9