I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update
Solution#1
ReplyDeleteYou can remove the iPad from the organizer. I haven't tried it, since I use both iPhone and iPad.
Solution#2
Create a keyboard shortcut to switch to to the iPhone simulator
top menu > Project > Set Active Executable > Targetname - iPhone Simulator
See these screenshots
I hope this is what you're looking for, but in the top left of XCode, you should see a drop down bar that reads something like "Simulator - 4.2 | Debug | projName". If you click on that, you should see a section titled "Active Executable". There should be a small number of options to select the device and OS for the simulator. For instance, mine is currently selected to "projName - iPhone Simulator 4.2"
ReplyDeleteHope that helps.
Right click your project's name inside Xcode, select "Get Info".
ReplyDeleteUnder "Deployment" section, set "Targeted Device Family" to iPhone.
I finally solved this problem myself.
ReplyDeleteFirst, install new version of xCode, which is xCode 4.
Then set project scheme to iphone simulator and run app in xCode several times.
And re-install xCode 3 and the problem will be gone away!