摘要: 下载地址: JNative_1.4RC2_src.zip : http://jaist.dl.sourceforge.net/sourceforge/jnative/JNative_1.4RC2_src.zip JNative.jar : http://nchc.dl.sourceforge.net 阅读全文
posted @ 2017-10-03 17:50 欧阳平 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 绑定本地service需要实现onBind()方法 startService(intent)和bindService(intent,ServiceConnection,int flags)的生命周期不同 阅读全文
posted @ 2017-10-03 15:04 欧阳平 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 一、工具准备:apktool , dex2jar , jd-gui二、使用dex2jar + jd-gui 得到apk的java源码 1.用解压工具从 apk包中取出 classes.dex 文件 用命令(dex2jar.bat classes.dex)得到一个 jar文件2.用jd-gui反编译工 阅读全文
posted @ 2017-10-03 11:15 欧阳平 阅读(254) 评论(0) 推荐(0) 编辑