您的位置:首页 > 移动开发 > Android开发

关于android中gen目录的一个小问题

2010-10-25 11:56 477 查看

Eclipse+ADT for Android Little problem "Project 'xxx' is missing required source folder: 'gen'

I have a problem with Eclipse+ADT to develop Android App there Eclipse display a error like:
Project 'xxxx' is missing required source folder: 'gen' xxx Build path Build Path Problem

I have fixed it very simple:
Right click project 'xxx' ->Properties ->Java Build Path ->Tab 'Order and Export'->Select 'xxx/gen' ->Click 'Up'
then 'OK', the problem is OK now.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: