Eclipse代码提示功能的设置
摘要:搞了JAVA也算有段时间了,却还没有认真看过Eclipse于是下了个eclipse3.4.2,当录入System.后什么都没有,还错误提示,还以为JRE有问题,重安装了还是不可以,后面发现是不能代码提示了.上网查了下,都是说 菜单window->Preferences->Java->Editor->Content Assist->Enable auto activation 选项要打上勾。还有windows-->preference-->workbench-->keys 下设置Content Assist 的快捷键。但都不能而且其实都是默认设置了
阅读全文
posted @
2012-09-14 17:10
lee0oo0
阅读(170)
推荐(0) 编辑
问题Re-installation failed due to different application signatures.解决
摘要:刚刚配置了新的环境来搭建的Android,刚启动一个项目的时候会出现一些问题,让我没有方法解决,同事一看接着就给解决了,还希望大家以后遇见这个问题也会很快的解决。问题描述:[html]view plaincopy[2011-08-1420:57:08-XGX-DEMO]Re-installationfailedduetodifferentapplicationsignatures.[2011-08-1420:57:08-XGX-DEMO]Youmustperformafulluninstalloftheapplication.WARNING:Thiswillremovetheapplicati
阅读全文
posted @
2012-09-14 16:19
lee0oo0
阅读(321)
推荐(0) 编辑
eclipse不能调试运行Android程序问题的解决办法
摘要:备忘, 证书过期,解决办法Delete your debug certificate under~/.android/debug.keystore(on Linux and Mac OS X); the directory is something like%USERPROFILE%/.androidon Windows.The Eclipse plugin should then generate a new certificate when you next try to build a debug package. You may need to clean and then build
阅读全文
posted @
2012-09-14 15:51
lee0oo0
阅读(1989)
推荐(0) 编辑
Failed to fectch URl https://dl-ssl.google.com/android/repository/addons_list.xml, reason: Connection to https://dl-ssl.google.com refused
摘要:Failed to fectch URl https://dl-ssl.google.com/android/repository/addons_list.xml, reason: Connection to https://dl-ssl.google.com refused解决办法来源于:code.google.com用notepad打开C:\WINDOWS\system32\drivers\etc中的hosts文件在最后一行添加74.125.237.1 dl-ssl.google.com成功解决问题。
阅读全文
posted @
2012-09-14 12:55
lee0oo0
阅读(227)
推荐(0) 编辑