简体   繁体   English

是否可以将Eclipse中的源文件夹导入Flash Builder?

[英]Can I import a source folder from Eclipse into Flash Builder?

I have the source folder from a friend's Android app and I am going to do all of the design for the app. 我有一个朋友的Android应用程序的源文件夹,我将为该应用程序进行所有设计。 If I could import the folder that he gave me from Eclipse, it would be easier to create a nice UI for the app. 如果我可以从Eclipse导入他给我的文件夹,则为该应用程序创建漂亮的UI会更容易。

Is this possible? 这可能吗? If not, can I load the XML files into Flash Builder to make the UI? 如果不是,是否可以将XML文件加载到Flash Builder中以制作UI?

EDIT: To clarify, I have a project file that I can open in Eclipse. 编辑:澄清一下,我有一个项目文件,可以在Eclipse中打开。 I want to edit the appearance of the project using Flash Builder without interfering with the application's functionality. 我想使用Flash Builder编辑项目的外观,而又不影响应用程序的功能。

I'm not entirely understanding if the first part is asking to import it back into Eclipse, if this is the case, then yes you can. 我不完全了解第一部分是否要求将其导入回Eclipse,如果是这种情况,那么可以。

You can go about this by opening up Eclipse, then go to File > Import... > General > Existing Projects into Workspace. 您可以通过打开Eclipse来解决此问题,然后转到“文件”>“导入...”>“常规”>“现有项目到Workspace”。 Once in there, you need to navigate to the source folder's location and click on the folder containing all of your project (bin, res, assets, gen, etc.) and then you should see a project appear in the window below the browse buttons. 进入该目录后,您需要导航到源文件夹的位置,然后单击包含所有项目(bin,res,assets,gen等)的文件夹,然后您应该看到一个项目出现在浏览按钮下方的窗口中。 Make sure to check (click) the project you want to import and hit finish. 确保检查(单击)要导入的项目并完成。

It should appear in your workspace now in Eclipse. 它现在应该在Eclipse中显示在您的工作区中。

You can then just treat it as a normal project. 然后,您可以将其视为正常项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM