Reputation: 97
I'm trying to import the BaseGameUtils library into Eclipse from this GitHub repository: https://github.com/playgameservices/android-samples.
Following the instructions provided, I attempted to import it as a project using the following steps:
File
> Import
.General
> Existing Projects into Workspace
....\android-basic-samples-master\BasicSamples\libraries\BaseGameUtils
.However, Eclipse is giving me the message "No projects are found to import."
Can someone guide me on how to correctly import the BaseGameUtils library into Eclipse? Your assistance would be greatly appreciated. Thank you!
Upvotes: 1
Views: 781
Reputation: 1729
You need to select "import existing android code in to workspace" not "import existing project in to workspace"
Upvotes: 1