android-sdk-windows\samples contains various samples. Is there a mechanism to eclipsify all samples as android eclipse projects, so that it can be viewed in an Eclipse environment.
android-sdk-windows\samples contains various samples. Is there a mechanism to eclipsify all samples as android
Share
You can use
File->New->Android Projectand select ‘Create project from existing source’ to import an existing project. However, sometimes it’s headbangingly annoying to get it to work right.In the New Android Project dialogue there’s also a radio button option ‘Create project from existing sample’, which, coming to think of it, is probably what you want to use in this case.