PhpStorm / Webstorm on Linux didn't mentioned the System-ENV Variables. So even if you have export ANDROID_HOME in your .bashrc or .bash_profiles, this Variable is not usable in PhpStorm.
Currently I need it to run react-native packager:
"start": "node node_modules/react-native/local-cli/cli.js run-android"
FAILURE: Build failed with an exception.
- What went wrong: A problem occurred configuring project ':app'.
SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable
So what is the easiest way to fix this globally and permanent for the Project