1
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.

AndroidStudioでThe application could not be installed.のエラーが出てしまったとき

Posted at

#エラー内容
AndroidStudioでエミュレーターを動作させようとしたら以下のエラーが出ました。
Clean ProjectをしてもRunできない状態でした。

The application could not be installed.
Installation failed due to: ''cmd package install-create -r -t --full -S 2681626' returns error 'Unknown failure: cmd: Can't find service: package''

#解決方法

  • Tool>AVDManagerから使用していたAVDをCold Boot Now
  • Clean Project実行
  • もう一度Run

の手順で動くようになりました。
AVDManager.png

#備考
参照元
https://stackoverflow.com/questions/57256664/how-to-fix-cmd-package-install-create-r-t-s-1699739-returns-error-unknown

1
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
1
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?