
ecllipse
双刃剑客
双刃
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[android] No resource found that matches the given name 'Theme.AppCompat.Light'
转:http://www.myexception.cn/android/1789106.html 在整合android过程中导入别人的项目出现下面的错误: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppC转载 2016-11-20 11:51:12 · 302 阅读 · 0 评论 -
ecllipse工程编写基于xposed框架的demo模块
转:http://blog.csdn.net/beyond296089727/article/details/45766297 如有需要源码和有什么不懂的联系我QQ2485171968 玩游戏的人一般都用过外挂,外挂看起来很神奇。其实他的原理就是HOOK,就是注入到目标进程了获取目标进程数据段的数据,然后修改达到目的,比如我们我开始开发游戏时,定义一个变量 int sore原创 2016-11-19 13:43:29 · 2392 阅读 · 0 评论 -
dx.bat转换jar 包(java 1.8)出现 unsupported class file version 52.0 …while parsing
ecllipse 导出jar包,然后用dx.bat命令时出现错误,错误提示如下 C:\Users\Administrator\Desktop>dx.bat --dex --output=Print2.jar Print.jar PARSE ERROR: unsupported class file version 52.0 ...while parsing com/print/Print.cl原创 2016-11-21 21:43:46 · 3877 阅读 · 0 评论