将cordova项目导入Eclipse(ADT)

时间:2014-03-18 00:50:25

标签: android eclipse cordova adt

我试图将一个android cordova项目导入Eclipse:

我在CMD中运行以下命令:

cordova create XYZ com.falk.xyz XINF
cordova platform add android
cordova build

然后我将XYZ \ platforms \ android文件夹导入Eclipse

enter image description here

CONSOLE:
/XINF/gen already exists but is not a source folder. Convert to a source folder or rename it.

另外,我这样做:

  

Package Explorer - >右键单击项目 - > " Android工具" - > "固定   项目属性"项目 - >清洁

请有人可以帮助我吗?

3 个答案:

答案 0 :(得分:5)

Right click on the project and go to "Properties"
Select "Java Build Path" on the left
Open "Source" tab
Click "Add Folder..."
Check "gen" folder and click Ok and Ok again
Again right click on the project and in the "Andriod Tools" click on "Fix Project Properties"

答案 1 :(得分:0)

您正在使用命令行界面
 使用以下代码:

cordova create XYZ com.falk.xyz XINF


cd XYZ

cordova platform  add android 


cordova build 

使用此命令行,或者您也可以使用手机间隙命令

答案 2 :(得分:0)

问题在于如何将项目“包含”到Eclipse中。 NEWER使用import。从现有来源创建Android应用程序。指向项目的android子目录。现在它有效。