简体   繁体   中英

App not getting installed on device after updating android studio

I recently updated my android studio to 3.4.2. Until that point, everything was working perfectly fine. But after I updated and made a few changes in the code I ran the app but unfortunately, the app does not get installed on my device anymore, it stops as soon as the build is completed.

Things I tried doing to solve the issue: 1. Restart the android studio 2. run it several times 3. kill and start the ADB

Launching app

$ adb install-multiple -r -t F:\\achuth\\khelo\\app\\build\\intermediates\\split-apk\\debug\\slices\\slice_9.apk F:\\achuth\\khelo\\app\\build\\intermediates\\split-apk\\debug\\slices\\slice_0.apk F:\\achuth\\khelo\\app\\build\\intermediates\\split-apk\\debug\\slices\\slice_6.apk F:\\achuth\\khelo\\app\\build\\intermediates\\split-apk\\debug\\slices\\slice_2.apk F:\\achuth\\khelo\\app\\build\\intermediates\\split-apk\\debug\\slices\\slice_5.apk F:\\achuth\\khelo\\app\\build\\intermediates\\resources\\instant-run\\debug\\resources-debug.apk F:\\achuth\\khelo\\app\\build\\intermediates\\split-apk\\debug\\slices\\slice_3.apk F:\\achuth\\khelo\\app\\build\\intermediates\\split-apk\\debug\\slices\\slice_4.apk F:\\achuth\\khelo\\app\\build\\intermediates\\split-apk\\debug\\slices\\slice_7.apk F:\\achuth\\khelo\\app\\build\\intermediates\\split-apk\\debug\\slices\\slice_1.apk F:\\achuth\\khelo\\app\\build\\intermediates\\split-apk\\debug\\slices\\slice_8.apk F:\\achuth\\khelo\\app\\build\\intermediates\\split-apk\\debug\\dep\\dependencies.apk F:\\achuth\\khelo\\app\\build\\intermediates\\instant-run-apk\\ debug\\app-debug.apk

Device emulator-5554disconnected, monitoring stopped. Split APKs installed in 32 s 703 ms

关闭Android Studio并删除/ System / Caches中的缓存对系统很有用

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM