两种解决方案: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
现在基本都解决了.....

  

转载于:https://www.cnblogs.com/spring87/p/4443822.html

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

  1. gen already exists but is not a source folder

    遇到android项目导入出现后重复空包等错误,往往是导入的java编译级别有关,点击项目properties-> java Compiler ->修改Compiler complianc ...

  2. 【问题收录】Eclipse Type Access restriction问题解决

    今天在Eclipse 中 import Android APP 的时候出现了下面这个错误 Location Type Access restriction: The type Predicate is ...

  3. ERROR ITMS-90206:Invalid Bundle. The bundle at ‘xx.app/xx/xx.framework' contan

    ERROR ITMS-90206:"Invalid Bundle. The bundle at 'xx.app/xx/xx.framework' contains disallwed fil ...

  4. android app启动图片 加动画效果,Android Studio开发APP启动程序时开屏简单动画效果快速有效解决方案...

    Android Studio开发APP启动程序时开屏简单动画效果快速有效解决方案 大家在设计APP的末期,都会想给APP搞一些"花里胡哨"的特效来提高APP的B格.博主表示亲测有效 ...

  5. 旅行路线可视化研究与实现(Java+Android+Eclipse实现的旅游APP)

    目 录 1 概论 1 1.1 研究现状 1 1.2 系统开发意义 1 1.3 系统开发背景 2 2 开发环境以及相关技术 5 2.1 Eclipse 5 2.2 Adroid 5 2.2.1 基本概念 ...

  6. 使用 Eclipse + PyDev 开发 Google App Engine 程序

    在Windows上开发应用程序,大多数的开发者会选择合适的IDE来辅助开发,简化一些设定.启动或测试等步骤.而在Windows 上若要开发Google App Engine的应用程式,使用Eclips ...

  7. JSP-BUG-The type java.xx.xx cannot be resolved

    报错内容形式多为: The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from requi ...

  8. 智慧城市java开发_智慧城市主界面开发 使用eclipse开发智慧城市APP源码 - 下载 - 搜珍网...

    压缩包 : f69a7cfe27aa77afc50f989fcade435.zip 列表 AndroidDemo2_7/ AndroidDemo2_7/.DS_Store AndroidDemo2_7 ...

  9. Eclipse: Type Java compiler level does not match the version of the instal解决方法

    首先需要了解一下Eclipse中Project Facets属性: Project Facets属性可以理解为"项目的特性" 该示例图片中Project Facets属性选中了Dy ...

最新文章

  1. python读csv-python读写csv文件
  2. 获取一个对象的属性/属性值,以及动态给属性赋值
  3. springboot(七):springboot+mybatis多数据源最简解决方案
  4. java 字节码对象_获得类的字节码对象的三种方式
  5. mysql主从同步面试题_面试被问MySQL 主从复制,怎么破?
  6. C# HttpWebRequest GET HTTP HTTPS 请求
  7. vue底部选择器_vue实现动态显示与隐藏底部导航的方法分析
  8. 如何花“一点点小钱”突破华为云CCE服务的“防线”
  9. Android小应用-----画画板
  10. perl 5.10.0安装包下载
  11. 分数阶灰色模型的python实现
  12. 字典总结一|脚本类、用户名字典
  13. 使用OBS屏幕录制时色彩错误问题解决方案
  14. 揭秘淘宝搜索量快速暴增的秘密
  15. ES文件浏览器曝严重漏洞,或影响数亿Android用户
  16. unity疯狂牧场完整项目源码 - Frenzy Farming time management game kit V1.0
  17. ps保存图片logo背景透明
  18. Endnote 导入enw文件无响应及解决方法
  19. php去掉notice错误,学习猿地-php怎么关闭notice级别的错误提示?
  20. cardboard下载_如何在Android上设置Google Cardboard

热门文章

  1. PHP读取sphinx实例
  2. 图嵌入综述 (arxiv 1709.07604) 译文五、六、七
  3. [bzoj3036]绿豆蛙的归宿
  4. 什么是跨域及跨域请求资源的方法?
  5. 北京供销大数据集团发布SinoBBD Cloud 一体化推动产业云发展
  6. 2018年,你想从InfoQ获取什么内容?丨Q言Q语
  7. 3.SFB标准版前端安装
  8. Setuptool+pip安装
  9. debian下安装repo
  10. CountDownLatch线程同步辅助