Problem with Android N emulator -> adb shell stop : must be root

Hi there.
Google released an awesome emulator with Android N platform, which is way faster than older emulators.
Appium works well up to Android M, but with N it can not even install the application via adb.
Problem seems to happen when Appium tries to send a “start” or “stop” command.
We then get the following error :
Original error: Error executing adbExec. Original error: Command '/opt/android-sdk/platform-tools/adb -P 5037 -s emulator-5554 shell stop' exited with code 1{"stdout":"","stderr":"stop: must be root\n","code":1} (WARNING: The server did not provide any stacktrace information)
I did not find a mention that Appium should or should not support N emulators, so I posted it as a bug. Let me know if this should be posted as a feature.
Regards.