首页 > 移动平台 > 详细

Eclipse --Type /com.xx.app/gen already exists but is not a source folde解决方案

时间:2015-04-21 12:33:37      阅读:204      评论:0      收藏:0      [点我收藏+]
两种解决方案:

Two actions, first:

1.Right click on the project and go to "Properties"
2.Select "Java Build Path" on the left
3.Open "Source" tab
4.Click "Add Folder..." and check "gen" and "src"
second: (because the previous action asked me to remove something... I do not remember what it was...)


1. Right click on the project and go to "Properties"
2. Select "Java Build Path" on the left
3. Open Libraries "tab"
4. Add an external JAR. Add the Google API that is in your android directory (android-sdk\platforms\android-yourversion
现在基本都解决了.....

  

Eclipse --Type /com.xx.app/gen already exists but is not a source folde解决方案

原文:http://www.cnblogs.com/spring87/p/4443822.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!