I'd like to launch the emulator with the parameters
- Code: Select all
emulator -avd Froyo-AVD -scale .5
Making a menu item with the command
- Code: Select all
eclipse & /home/correct/path/to/emulator -avd Froyo-AVD scale .5
launches eclipse but not the emulator even though a menu item with only
- Code: Select all
/home/correct/path/to/emulator -avd Froyo-AVD scale .5
actually does launch the emulator
I can't get the emulator to launch at all from a bash shell script, but I can easily be doing it wrong since I'm relatively new to Linux
Can anyone help?




