I got it figured out:
You gotta run the adb command before this options shows up.
First enable usb debugging in android developer options.
On GNU/Linux, run this command sudo adb devices to connect to your phone.
And then, after accepting the connection on the phone, you can now press the button.
But you must have android export set up for this to work!