8
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

UnityのAndroidビルド時にエラー "CommandInvokationFailure: Unable to forward network traffic to device. Please make sure the Android SDK is installed and is properly configured in the Editor. " が出たときの解決策

Last updated at Posted at 2016-11-24

#はじめに
Androidプラットフォームで Build And Run したら以下のエラーが出たので、解決までの道のりを備忘録としてまとめてみます。

CommandInvokationFailure: Unable to forward network traffic to device. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details. 

Unityのバージョンは5.5.0b7、 OSはWindows 10です

#解決
http://answers.unity3d.com/questions/1141918/cannot-build-an-android-game-after-updating-unity.html

上記URLのベストアンサーに

Open the task manager and search for tfadb.exe. End the process and try building the project again.

とあったので、試しにタスクマネージャーでadb.exeプロセスを終了してみたら、無事にビルドが通るようになりました。 (完)

image

#補足
念のため、エラー発生時のBuildSettingsも載せておきます。

8
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?