前提・実現したいこと
Android Studio3.6でkotlinを使ってアプリ開発をしています。
画像を投稿するアプリを作っており、ギャラリーから画像を選択する機能を試行するために実機で実行しようと思ったのですが、アプリが開いた瞬間に落ちてしまいます。エミュレーターでは作動するのでコード中ではなく何か別の問題があると思うのですが、分かりません。教えてください。。
下には、Logcatを載せています。字数が多かったため、異常がない箇所は割愛しています。
ちなみに先日にも同じような質問をしていますが、エミュレーターでは作動するという点が違います。
発生している問題・エラーメッセージ
04-22 14:23:36.961 19414-19414/com.test.photocontest E/dalvikvm: Could not find class 'androidx.core.view.ViewCompat$2', referenced from method androidx.core.view.ViewCompat.addOnUnhandledKeyEventListener 04-22 14:23:36.981 19414-19414/com.test.photocontest E/dalvikvm: Could not find class 'android.view.View$OnUnhandledKeyEventListener', referenced from method androidx.core.view.ViewCompat.removeOnUnhandledKeyEventListener 04-22 14:23:36.991 19414-19414/com.test.photocontest E/dalvikvm: Could not find class 'androidx.core.view.ViewCompat$1', referenced from method androidx.core.view.ViewCompat.setOnApplyWindowInsetsListener 04-22 14:23:37.041 19414-19414/com.test.photocontest E/AndroidRuntime: FATAL EXCEPTION: main Process: com.test.photocontest, PID: 19414 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.test.photocontest/com.test.photocontest.MainActivity}: android.view.InflateException: Binary XML file line #10: Error inflating class ImageView at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2264) at 04-22 14:23:37.561 1678-1678/? E/HwSystemManager: AppCleanUpService:msg is 0 04-22 14:23:37.771 19444-19444/? E/dalvikvm: Could not find class 'com.google.common.flogger.backend.google.GooglePlatform', referenced from method bbt.a 04-22 14:23:37.771 19444-19444/? E/dalvikvm: Could not find class 'com.google.common.flogger.backend.system.DefaultPlatform', referenced from method bbt.a 04-22 14:23:37.991 19444-19444/? E/dalvikvm: Could not find class 'android.os.PersistableBundle', referenced from method ahw.a 04-22 14:23:38.001 19444-19444/? E/dalvikvm: Could not find class 'android.app.job.JobScheduler', referenced from method ahw.a 04-22 14:23:38.111 19444-19473/? E/CursorWindow: CursorWindow::createFromParcel ashmemFd=63, ssize_t=2097152 UNKNOWN_ERROR=1097676521 04-22 14:23:38.111 19444-19473/? E/CursorWindow: CursorWindow::createFromParcel 04-22 14:23:38.121 13479-13567/? E/GmsClient: unable to connect to service: com.google.android.gms.auth.key.retrieval.service.START on com.google.android.gms 04-22 14:23:38.211 19444-19444/? E/CursorWindow: CursorWindow::createFromParcel ashmemFd=66, ssize_t=2097152 UNKNOWN_ERROR=1097676521 04-22 14:23:38.211 19444-19444/? E/CursorWindow: CursorWindow::createFromParcel 04-22 14:23:38.231 19444-19480/? E/CursorWindow: CursorWindow::createFromParcel ashmemFd=66, ssize_t=2097152 UNKNOWN_ERROR=1097676521 04-22 14:23:38.361 19444-19480/? E/CursorWindow: CursorWindow::createFromParcel 04-22 14:23:38.371 13479-19431/? E/ChromeSync: [Sync,SyncIntentOperation] Error handling the intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.test.photocontest flg=0x4000010 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }. 04-22 14:23:39.221 19444-19444/? E/TTS.IntegrityChecker: Unparsable line in file with voice data checksums: voices-list.dev/signature.sf 7846532c8eb3d4d374813dae6d74638b 04-22 14:23:39.221 19444-19444/? E/TTS.IntegrityChecker: Unparsable line in file with voice data checksums: voices-list.dev/voices-list-dsig.pb c1024b1416240bb24b316bac696f5cdb 04-22 14:23:39.221 19444-19444/? E/TTS.IntegrityChecker: Unparsable line in file with voice data checksums: voices-list.rel/signature.sf 93ee1641133be6e6d8cb83934833cd8c 04-22 14:23:39.221 19444-19444/? E/TTS.IntegrityChecker: Unparsable line in file with voice data checksums: voices-list.rel/voices-list-rsig.pb 8ad16260ab46941c146c4598d78862ee 04-22 14:23:39.241 19444-19444/? E/dalvikvm: Could not find class 'android.speech.tts.Voice', referenced from method asu.a 04-22 14:23:39.241 19444-19444/? E/dalvikvm: Could not find class 'android.speech.tts.Voice', referenced from method asu.a 04-22 14:23:39.241 19444-19444/? E/dalvikvm: Could not find class 'android.speech.tts.Voice', referenced from method asu.a
試したこと
再起動や、file→invalidateを試しました。
バージョンなど
Android Studio 3.6、windows10HOME
回答1件
あなたの回答
tips
プレビュー