0
0

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 3 years have passed since last update.

[脱初心者への道]AndroidのリモートデバッグではまるCommandInvokationFailure

Posted at

謎のエラーでリモート実行できない

UnityでAndroid向けにBuildしてリモートで実行しようとすると、以下のようなエラーが出ることがあります。

: Unable to install APK to device. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details.

ただ、この後にBuildが成功しているメッセージは出ていて、Buildは失敗して無さそうだし、SDKも入ってる。という場合の対処方法を以下に示します。

原因1:同じアプリが既に入っている

一番、単純な話ですが、入れようとしているアプリが既にストア等からインストールされているとエラーになってインストールできません。
https://www.crossroad-tech.com/entry/UnityAndroidBuildFailure

原因2:Android側に空きがない

これもあり得ます、エラーメッセージから推測しがたいです。
http://blog.lab7.biz/archives/21598575.html

原因3:ADBが邪魔している

この現象もありました。
https://qiita.com/r-ngtm/items/13a09e33e6788be42eb8

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?