Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to run blackberry emulator on mac

How to run blackberry application on mac in eclipse? I have downloaded the eclipse with blackberry plugin installed in it... But i am facing problem when i am running new Hello Project in eclipse... I can't find blackberry simulator to run my project in run configuration... Please help me with some solution...

like image 217
Sourabh Avatar asked May 05 '11 16:05

Sourabh


1 Answers

Bit late but for anyone else looking the emulator doesn't work on a Mac, you need to test on a physical device: http://us.blackberry.com/developers/javaappdev/macosx.jsp "Testing and Debugging

To test your application on a Mac environment, you’ll need to use a physical BlackBerry smartphone tethered to your computer and debug files that match the BlackBerry smartphone OS. Download debug files for Mac-based development tools."

You could install Windows on VirtualBox or some other virtualization tool and setup eclipse and the plugin there.

like image 74
Brian Avatar answered Oct 16 '22 16:10

Brian