opening and running Files in android eclipse [closed]

烂漫一生 提交于 2019-12-11 14:21:37

问题


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 :)


回答1:


Two ways are given bellow

First: Unzip your project

Choose "Create project from existing source "

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




回答2:


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




回答3:


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!




回答4:


check how to open a project in eclipse in android

File > Import > Existing Project into Workspace



来源:https://stackoverflow.com/questions/5975942/opening-and-running-files-in-android-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!