opening and running Files in android eclipse [clos

2019-08-26 07:48发布

can I open and run downloaded file (.zip file) into android eclipse(Helios)? I wanna learn android,I found a source code and downloaded it. Thanks :)

4条回答
我想做一个坏孩纸
2楼-- · 2019-08-26 07:59

check how to open a project in eclipse in android

File > Import > Existing Project into Workspace

查看更多
Melony?
3楼-- · 2019-08-26 08:17

Two ways are given bellow

First: Unzip your project

Choose "Create project from existing source " Create a new project icon from toolbar In location: browse your unzip project

Second: File > Import > General> Existing Project into Workspace> Select archive file and set the path of your zipped project

查看更多
ら.Afraid
4楼-- · 2019-08-26 08:17

If what you've downloaded is an Eclipse project, you can simply import it into Eclipse. Try File->Import->General->Existing projects into Workspace-> then select the root folder of the project and hit Finish. It should work! Good luck in learning Android!

查看更多
Evening l夕情丶
5楼-- · 2019-08-26 08:25

Paste your download project in workspace in your disk and select File > Import > General > Existing project into workspace > Browse it and select your project in workspace > Check whether project is selected > Next > Finish > This will import your project in eclipse

查看更多
登录 后发表回答