Eclipse-知识点
小雄_super
这个作者很懒,什么都没留下…
展开
-
Eclipse 导入其他项目library时出现红叉解决方案
今天在项目中第一次遇到和解决这个问题,在网上找个各种资料,都没看到很重点,综合各位朋友的分享,进行了以下总结和分享: 例: A 项目 想使用 B项目的类 步骤: 1. 在A项目右击选中 Import -> Android -> Existing Android Code Into Workspace 2. 点击Next出现 3. 选择想导入的项目,并且勾选 copy原创 2015-01-21 15:44:16 · 3109 阅读 · 0 评论 -
解决-The method setOnClickListener(View.OnClickListener) in the type View is not 错误
今天在写代码时,TextView通过匿名内部注册点击事件监听时,Eclipse提示 The method setOnClickListener(View.OnClickListener) in the type View is not applicable for the arguments (new OnClickListener(){}) 代码如下: tx.setOnClick原创 2015-01-22 16:11:44 · 7146 阅读 · 3 评论 -
解决ADB关于Please ensure that adb is correctly located at 'D:\..."错误
问题出现背景: 新换了一个ADT后,运行Android appliction,控制输出以下提示: [2012-07-18 16:18:26 - ] The connection to adb is down, and a severe error has occured. [2012-07-18 16:18:26 - ] You must restart adb and Ec原创 2015-08-10 11:02:31 · 1545 阅读 · 0 评论