前提・実現したいこと
AndroidStadioで書籍を読みながらサンプルプログラムを作成している中でエラーが発生しました。
エラー文について調べてみましたが、回答が見つけられずに困っています。
自分は開発の勉強をし始めて間もないのでもしかしたら初歩的なミスかもしれませんが、教えていただけないでしょうか。
発生している問題・エラーメッセージ
Launching 'app' on Unknown Device.
Installation did not succeed.
The application could not be installed.
Installation failed due to: 'device offline'
該当のソースコード
言語:kotlin
<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#A1A9BA" android:orientation="vertical">
<TextView android:id="@+id/tvLabelInput" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="10dp" android:layout_marginTop="5dp" android:background="#ffffff" android:text="@string/tv_msg" android:textSize="25sp"/>
<EditText
android:id="@+id/etInput"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="25dp"
android:layout_marginTop="5dp"
android:background="#ffffff"
android:inputType="text"/>
</LinearLayout>
<EditText以下を入力したらエラーが表示されました。
試したこと
自分で調べた分ではファイル⇒設定⇒ビルド、実行、デプロイ⇒インスタントランのチェックを外すというのを見つけましたが、インスタントランがありませんでした。
https://www.ecoop.net/memo/archives/android-studio-application-installation-failed.html
補足情報(FW/ツールのバージョンなど)
Android Studio 3.5.2
Build #AI-191.8026.42.35.5977832, built on October 31, 2019
JRE: 1.8.0_202-release-1483-b03 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。