Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
オフィスのスペースが限られているため、USB 経由ではなくネットワーク経由でアプリを展開したいと考えています。電話と PC の両方が同じネットワーク内にあります。
私はOuyaに似たものを望んでいます:設定のチェックボックスと「adb connect」
USB ケーブルで接続して実行します。
adb tcpip 5555
USB ケーブルを外して実行します。
adb connect 192.168.0.100:5555
IP をデバイスの実際の IP に変更します。