After building, FlashDevelop will run this in Project > Properties > Build > Post-Build Command Line:
"$(ProjectDir)\debug-android.bat"
The bat file will install my game on my phone. It's supposed to run only on Android target. But it also runs on Flash target. So how to disable it on Flash target?