在测试安装应用时,adb报出如下异常:Installation error: INSTALL_FAILED_VERSION_DOWNGRADE原因是已经安装的应用的版本比想在要安装的版本高,解决办法:1 卸载原来的应用,重新安装;2 修改AndroidManifest.xml 的versionCod...
分类:
其他好文 时间:
2014-10-09 01:37:37
阅读次数:
161
在开发Android项目的时候,有时需要引用多个项目作为library。在引用项目的时候,有时会出现“Jar mismatch! Fix your dependencies”错误。这是因为两个项目的jar包(android-support-v4.jar)不一致。 解决方法是把2个...
分类:
其他好文 时间:
2014-10-09 00:47:27
阅读次数:
202
##Reflect Resolution 反射解决方案 One of the most powerful features of the Laravel container is its ability to automatically resolve dependencies via reflection. Reflection is the ability to inspe...
分类:
移动开发 时间:
2014-10-08 23:18:27
阅读次数:
331
cmd进入命令行,进入adb所在的目录下:出现的鬼异问题如下。C:\Users\xxxx>adb start-server adb server is out of date. killing... ADB server didn't ACK * failed to start daemon...
分类:
移动开发 时间:
2014-10-07 11:45:43
阅读次数:
256
问题一:ubuntu eclipse c++ launch failed binary not found
解决:建完项目后 查看在项目中是不是有debug文件夹,说明没有编译,只是需要做如下操作 Project ->Build Poject 构建项目,这是应该会出现debug文件,这时你的程序就可以运行了...
分类:
系统相关 时间:
2014-10-07 10:02:53
阅读次数:
148
"An internal system error has occuredA problem that we were not expecting has occured.Please report this bug in your distribution bugtracker withthe e...
分类:
数据库 时间:
2014-10-07 00:51:22
阅读次数:
325
Ubuntu 14.04下启动模拟设备Android 4.2.2的时候报错:failed to load libgl.so先用locate 命令定位libGL库, 然后加入?一个链接就可以:dean@dean-Aspire-V7-481G:~$ locate libGL/opt/android-sd...
分类:
其他好文 时间:
2014-10-06 10:32:50
阅读次数:
187
1、找到这个配置文件2、修改配置文件说明:PermSize和MaxPermSize指明虚拟机为java永久生成对象(Permanate generation)等这些可反射(reflective)对象分配内存限制,这些内存不包括在Heap(堆内存)区之中。-Xms128m 表示JVM Heap(堆内存...
分类:
编程语言 时间:
2014-10-05 12:13:38
阅读次数:
242
之前一篇文章写的是 Android 自动化测试(1)如何安装和卸载一个应用(java) ,下面再探索一下如果在普通java应用程序中,根据ID来查找对象
1、类库依赖:
The library dependencies are:
chimpchat.jar,common.jar,ddmlib.jar,guava-13.0.1.jar,sdklib.jar,hierchyviewer2lib.jar
They can all be found in the sdk/tools/lib subdirector...
分类:
移动开发 时间:
2014-10-04 23:29:37
阅读次数:
287
1. Re-installation failed due to different application signatures.将原来的软件包删除掉,然后又一次安装一次就好了。在命令行上执行:adb uninstall ,这里的package_name也就是AndroidManifest.xml...
分类:
移动开发 时间:
2014-10-04 14:25:16
阅读次数:
179