Alt+F2 (Run Application) doesn't work for custom commands
- by Felix
In order to speed up Android development, I've edited my ~/.bashrc to add some paths to PATH:
export PATH=${PATH}:/opt/android-sdk/tools:/opt/android-sdk/platform-tools
This works just fine from the command line (I can just type android and, no matter where I am, the Android SDK and AVD Manager will start up just fine.
However, if I try to type…