摘要: 如下://头文件包含 #include #include #include #include #include #include #include #include #include #include //输出错误消息后退出程序 void die(const char *ms... 阅读全文
posted @ 2014-09-22 18:02 LarryLawrence 阅读(456) 评论(0) 推荐(0) 编辑
摘要: 题目要求-------------1.请修改本apk的包名,使得在同一手机上面可以重复安装并正确运行;2.请写个Application类,并在Manifest里面注册你的Application。同时要求使用该Application加载原包的Application;3.本题3分,以非重打包的方式达到同... 阅读全文
posted @ 2014-09-22 17:00 LarryLawrence 阅读(1555) 评论(0) 推荐(0) 编辑
摘要: 1.constructor我们知道运行一个类的时候会先调用static方法中的内容,比如: static { System.loadLibrary("qihooTest"); }为什么呢?上面这段代码用smali语言写出来是这样的:.method static constructor (... 阅读全文
posted @ 2014-09-22 10:10 LarryLawrence 阅读(1454) 评论(0) 推荐(0) 编辑