I was following these directions to get the emulator working in Android Studio in Ubuntu Linux. Step 8 says:
Add the emulator command line options.
i. In Android Studio, go to Run > Edit Configurations.
ii. To set as global default for all projects, select "Android Application" under "Defaults".
iii. Go to the emulator tab, check "Additional command line options" and add:-qemu -m 2047 -enable-kvm
But I don't see an emulator tab. Did something change? Where do I add the additional command line options?