There is an error when running Helloworld as an app in the introductory book to Android Studio, so I would appreciate it if you could tell me how to solve it.

Asked 1 years ago, Updated 1 years ago, 99 views

I pressed Run while running the emulator As shown in the picture above, there is an error called emulator-5554 null.<
I don't think we need to modify the code, and I think we need to change the settings in the studio...

android emulator

2022-09-22 19:16

1 Answers

https://developer.android.com/studio/debug/

Set breakpoint to track stack trace and track through debugger menus such as variables and object assignment status at a specific point in time, run debug and check through run after simple build.


2022-09-22 19:16

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.