I already have the android SDK and a few different virtual devices installed in eclipse. However, I cannot figure out how to get the other android versions. I want to install the Ice Cream Sandwich but I can’t figure out how. Am I supposed to go to Help–>New Software and re-install everything or is there an easier way to just get 4.X?
Share
You have to use the SDK-manager to install new platforms. Execute
androidfrom yourANDROID_SDK/toolsfolder (or useWindow -> Android SDK managerinside eclipse), selectandroid-4.0from the list and clickInstall packages. Wait for the download to finish and close the manager. After that you should be able to create an android 4.0 emulator.