随笔分类 -  Android Error

摘要:错误出现的可能原因是在Android Private Libraries或Android Dependencies中有重复的jar包。 在Build path->Configure Build path中Remove掉重复的jar包即可。 阅读全文
posted @ 2014-04-13 10:54 我是大嘴猴 阅读(188) 评论(0) 推荐(0)
摘要:可以尝试着从以下三个方法进行调试,一般情况下会完美解决的: 1.windows->Preferences->General->Content Types->Text->Java Source File->Default encoding:GBK/UTF-8->update 2.windows->Preferences->General->Workspace->Text file encoding->GBK/UTF-8 或者直接在搜索框里输入:encoding 以上两个方法是设置工作空间的编码 3.右击单个工程文件,选择Pr 阅读全文
posted @ 2014-04-10 08:57 我是大嘴猴 阅读(432) 评论(0) 推荐(0)