Taifun
December 3, 2021, 2:02pm
4
Martyn:
Now it crashes at start.
is there any error message? which one?
could you please provide a screenshot of the Screen.Initialize event?
to find out more about the runtime error you can use logcat
ADB is a command-line utility that that can be used to control your device over USB from a computer. It will allow you to install / uninstall and or view logs on your device. This could be very handy when there are issues with a specific app and you like to view the logs for information that may lead to identify the cause of error.
In this post, we’ll discuss how to install and use ADB.
Installation:
ADB comes with Android SDK. However, you can download ONLY the ADB files from HERE . Download…
Taifun