1 报错: java.security.KeyStoreException: java.security.NoSuchAlgorithmException: KeyStore jks implementation not found
原因: 需要SASL验证,取消掉此验证。代码:
[java] view plaincopy
configuration.setReconnectionAllowed(true);
configuration.setSecurityMode(ConnectionConfiguration.SecurityMode.disabled);
configuration.setSendPresence(true);
configuration.setSASLAuthenticationEnabled(false);
configuration.setRosterLoadedAtLogin(false);
2 无法登陆openfire 客户端
用户名是admin,不是admin@example.com
3 源代码地址 http://asmack.freakempire.de/0.8.1.1/
4 服务器上列表为空,更新mysql.jar
1、豌豆荚、360手机助手,root大师一起使用,安装usb驱动,达到能识别和推送程序的目的,靠谱的是360手机助手,其实流氓也有优点;
2、用360手机助手推送,兔子桌面,一键root,讯飞输入法pad版(为的是使用实体键盘和鼠标);
3、安装全聚合VST,看在线电视直播节目;
4、设置-》安全-》允许未经认证的软件,或者在小米launcher里面的设置,节能里面也有一个开关。
1: sdk一直更新失败,同时adt不能更新也是因为它的原因
,在hosts文件中添加: 74.125.237.1 dl-ssl.google.com
因为屏蔽了dl-ssl.google.com
2: Download interrupted: peer not authenticated sdk下载异常
:
打开sdk manager - tools- options-强制改变https
3: 使用Ubuntu 12.04 64位 创建模拟器的时候出现如下问题:
Error : Failed to create the SD card.
Error : Failed to create sdcard in the AVD folder.
解决办法: www.2cto.com
有两个原因
1.设置android sdk下的tools权限为可执行权限。
2.没有安装ia32-libs的原因,在64位的ubantu下是不能跑32位程序的,除非装了这个。
使用sudo apt-get install ia32-libs
4: andriod 更多错误的更改方式。
http://blog.csdn.net/hudan2714/article/details/7926924