Is there a case that an application that was working fine on the vm does not work on the actual device??? (Android) (beginner)

Asked 2 years ago, Updated 2 years ago, 25 views

The code that worked well in vm with jelly bean apk in Android studio was transplanted into the actual terminal and used it, and it continues to be forced to terminate. Is this often the case? And in this case, which one should I touch first?

android

2022-09-21 14:16

1 Answers

You have to look at the error log and see what kind of error happened. You can delete and reinstall most of the existing apps that were installed I think it can be solved by project clean and rebuild.

Or maybe the SDK version of the actual phone is lower than the minSdk version.


2022-09-21 14:16

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.