• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to open project/file

Hi,

i downloaded an example application. It has the bin, src and res folders, as well as AndroidManifest.xml and e.g. the .apk file.
How can i open this in eclipse?

Thanks,
B
 
In Eclipse:
File>Import>Existing Projects Into Workspace
Browse to the folder that has the bin, src, res, and AndroidManifest
Then hit finish.
 
Back
Top Bottom