Running and debugging Kotlin Android Studio app on my phone via USB
Looked at 3580 times
Comments 2
Last Comment:
(22 January 2024 1:43)
I usually test on an emulator. But in my application, a pdf file is created and saved...
read...Write a comment...
← Previous topic
Run Kotlin an application in Android Studio in debugging on a computer (Windows) in emulator mode Android Device
Next topic →
Long wait when running Kotlin Android application. I see the message: "I/zygote:Waiting for a blocking GC ProfileSaver"
Your feedback ...
2
Comments
guest
22 January 2024 1:40
It's convenient to run via usb immediately on the phone when I'm testing the night theme (dark mode) because I never found the night theme (dark mode) on the emulator.
I usually test on an emulator. But in my application, a pdf file is created and saved on the emulator somewhere, and it is difficult to find and open the pdf file. Therefore, running immediately on the phone via usb is fast and the pdf file is easy to open and check.