11 2014 档案

摘要:1.首先我们先看看android 中SDK的${sdk.dir}/tools/ant/build.xml这个build其实已经把Eclipse的开发操作已经全部实现了。2.我们现在打包只需要把自己的信息配置一下。(最好配置在ant.properties这个文件)2.1 配置信息有key.store(... 阅读全文
posted @ 2014-11-19 17:55 3H 阅读(462) 评论(0) 推荐(0)
摘要:1.首先可以去看看这个gitHub:https://github.com/tracer0tong/axmlprinter2.把apk.py和axmlprinter.py下载下来。2.1(如果你是linux的环境的话,此处不用看,但是是window的小伙伴,就要在开头加上)import sysrelo... 阅读全文
posted @ 2014-11-19 14:56 3H 阅读(1046) 评论(0) 推荐(0)
摘要:public static String getCurrentMethodName() { int level = 1; StackTraceElement[] stacks = new Throwable().getStackTrace(); String methodName = sta... 阅读全文
posted @ 2014-11-14 14:42 3H 阅读(261) 评论(0) 推荐(0)
摘要:客户端;import java.io.BufferedInputStream;import java.io.File;import java.io.RandomAccessFile;import java.net.HttpURLConnection;import java.net.URL;publi... 阅读全文
posted @ 2014-11-08 00:16 3H 阅读(3819) 评论(0) 推荐(0)