ウチは未だに46.2.82なんで、ダメかも知れんけど
XDAのフォーラムからAndyRootkit40.zipをダウンロード&展開
コマンドプロンプトを立ち上げて、展開したAndyRootkitのRootFilesフォルダに移動
Andyが実行中の状態で以下のコマンドを実行

set PATH=%PATH%;C:\Program Files\Andy

adb root
adb install Superuser.apk
adb push su /storage/sdcard0/
adb shell "mount -o remount,rw /system; cp /storage/sdcard0/su /system/xbin/su; chmod 06755 /system/xbin/su; mount -o remount,ro /system"

Andyを再起動
でSuperuserアプリが導入できるはず

SuperSUが良いんだ、って人はSuperuserがインストールされたままGooglePlayからSuperSUを導入してsuバイナリのアップデートを実行、
その後Superuserアプリを削除