摘要: // 判断是否需要自动更新 boolean autoUpdate = mPref.getBoolean("auto_update", true); if (autoUpdate) { checkVerson(); } else { ... 阅读全文
posted @ 2016-01-02 21:11 无天666 阅读(290) 评论(0) 推荐(0)
摘要: 1.加载源码Android Project from Existing Code 选择源码工程Settings;2.加载所需要的jar包(改下名字)out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jarout/... 阅读全文
posted @ 2016-01-02 13:45 无天666 阅读(1173) 评论(0) 推荐(0)