How can my app tell if it's running on the emulator? I want to handle things
differently depending upon whether my app is running on the emulator or on
the device.    Is there something like the following code?  Perhaps an API
call?

#ifdef __GNUC__ 
#endif 


Reply via email to