I wanted just to learn how export and import works in Eclispe before sending the Android projects to other person.
The project works fine, contains 3 folders appcompat_v7, busTracker, and google-play-services_lib
, has the following SDK Location D:\andriod_sdk
. I exported the folders by performing the following steps:
Selected the 3 directories → Export → General, Archive File → provide the path → Finish.
Next, I imported the exported project into new Eclipse workspace by doing the following:
File → Import → General → Existing Projects into Workspace → Next → Select archive file → Finish.
But I am getting to many errors in the new Eclispe workspace, I think it does not recognize the SDK Location. Please see the screensht below.
I verified the SDK Location in the new Eclipse workspace (where I have imprted the exported folders) by performing the following steps Window → Preferences → Android → SDK Location. And there I have the same SDK path D:\andriod_sdk
of the orginal project.