1.通过jni实现函数
//LOG宏定义
#define LOG_INFO(tag, msg) __android_log_write(ANDROID_LOG_INFO, tag, msg)
#define LOG_DEBUG(tag, msg) __android_log_write(ANDROID_LOG_DEBUG, tag, msg)
#define LOG_WARN(tag, ms...
分类:
移动开发 时间:
2014-07-23 22:36:17
阅读次数:
311
1. Re-installation failed due to different application signatures.
将原来的软件包删除掉,然后重新安装一次就好了。在命令行上运行:adb uninstall ,这里的package_name也就是AndroidManifest.xml里面元素package属性的数据值。例如:adb uninstall org.andriod.de...
分类:
移动开发 时间:
2014-07-22 22:39:13
阅读次数:
302
OSGJ:Equinox for Eclipse(Luna)?命令 launch?- start the OSGi Framework shutdown?- shutdown the OSGi Framework close?- shutdown and exit exit?- exit immediately (System.exit) init?- uninstall...
分类:
其他好文 时间:
2014-07-22 08:10:36
阅读次数:
278
方法一:在ProjectInstaller.cs重写 install() ,Uninstall()方法public override void Install(IDictionary stateServer) { Microsoft.Win32.RegistryKey system, /...
BT5与Ubuntu下安装最新版Metasploit4.5方法:(先把老版本的MSF uninstall,BT5自带的老版本Metasploit没有办法升级!)1、下载Metasploit下的Linux安装包,拷贝至Ubunto的/opt目录。http://www.metasploit.com/do...
分类:
Web程序 时间:
2014-07-13 12:25:55
阅读次数:
312
1、安装apk包install命令:tools>adb install xxx.apk enter2、卸载apk包uninstall命令:tools>adb uninstall com.cn.android [包的名字]3、 1 、查看logcat信息:tools>adb logcat 2、 打出l...
分类:
移动开发 时间:
2014-07-12 13:56:00
阅读次数:
219
1.安装EF 5.0 打开“程序包管理器控制台”,(“视图”-》“其他窗口”-》“程序包管理器控制台”) MVC4只能安装 EF 5.0 Install-Package EntityFramework -Version 5.0.0 Uninstall-Package 删除一个包,使用Uninstal...
分类:
Web程序 时间:
2014-07-11 09:01:47
阅读次数:
626
usage: pm [list|path|install|uninstall] pm list packages [-f] pm list permission-groups pm list permissions [-g] [-f] [-d] [-u] [...
分类:
移动开发 时间:
2014-06-25 19:03:24
阅读次数:
244
我使用的是widows系统。本来3.7.8版本的Phpunit用的是非常顺畅的,最近重新安装phpunit,安装了最小版本,然后在使用的时候就会报很多各种错误。无奈之下只能降版本到3.7.8首先要卸载PHPUnit
4.0的所有依赖pear uninstall phpunit/PHPUnitpear...
分类:
Web程序 时间:
2014-06-09 21:45:57
阅读次数:
376
正如大家说知道的GCC并不支持"make uninstall". 一种推荐安装方式就是把GCC 安装在你自己指定的一个路径,当你不需要某个GCC版本的时候你只需要移除对应版本即可。
假设你已经有一个老的版本在你的系统中,最简单的范式就是:
1)添加PPA(Personal Package Archive)到里的程序仓库(repositories )里
2更新...
分类:
其他好文 时间:
2014-06-01 15:52:33
阅读次数:
304