Saturday, March 23, 2013

Having Trouble importing FragmentBasics Project into Eclipse?

While doing some Android studying, I download the FragmentBasics project to learn more about fragments.  After downloading it, I tried to import it into Eclipse.  Unfortunately, this did not work.  It complained about the project was overlapping with an existing project.

So you don't spend the time that I did trying to track down how to import the Android Tutorial projects into Eclipse, here is the fix that I found that seems to work.

While I still believe that Eclipse is the Best IDE in the World, it is still software, made by human beings, capable of creating bugs.

Thanks and Happy Coding