ADBでAndroidのIPアドレスを取得したい - Qiita

こういうコマンドを打ってみよう!adb shell ip addr show | grep -oP 'inet \d+\.\d+\.\d+\.\d+' | grep -v 127.0.0.1 | …