Application runs on emulator but deployed apk after installation crashes

-2

My application is running on adb emulator device but deployed apk after installation crashes whenever I try to run it.

log cat:

10-06 10:19:14.697 784-879/? D/BarController.StatusBar: setBarShowingLw state. show = true

10-06 10:19:14.817 160-160/? D/gralloc.sc8830: fb_post fps = 36.610138

10-06 10:19:15.077 1099-1099/? W/ResourceType: No package identifier when getting value for resource number 0x00000000

10-06 10:19:15.077 1099-1099/? W/PackageManager: Failure retrieving resources for com.example.pc.lovequoteandcalculator: Resource ID #0x0

10-06 10:19:15.137 1099-17148/? D/BatteryMeterView: TimerTask :run --level = 99

10-06 10:19:15.137 1099-1099/? D/BatteryMeterView: handleMessage

Activity destroy timeout for ActivityRecord{331c6f11 u0 com.example.pc.lovequoteandcalculator/.MainActivity t127 f}
android
android-studio
kotlin
asked on Stack Overflow Oct 6, 2018 by Ahmed Zafar • edited Oct 6, 2018 by Sagar Zala

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0