-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default application crashes #6865
Comments
I'm attaching the repo sample, which is an empty project, just in case |
2022-03-26_15-26-04.24200.monodroid.log |
Is there any way to use a preview working SDK? this is completely blocking me |
Hi @arivoir, I will need more information from logcat. Can you run the app on device again and record logcat using the following commands: $ adb shell setprop debug.mono.log default,assembly,timing=bare
$ adb logcat -G 16M
$ adb logcat -c
# Start the app here and wait for it to crash
$ adb logcat -d > logcat.txt Please attach the resulting logcat.txt |
There it is logcat.txt Please let me know if I need to make something else. TIA |
@arivoir what device are you running it on? The crash shows it's a 32-bit ARM process, but I can't find any info about the device. The error appears to be in the runtime, likely a JIT error, but it might also be something else. Are you using hot reload/fast dev? |
The phone is a "ZTE Blade A3 2020" |
Hi @arivoir. Due to inactivity, we will be closing this issue. Please feel free to re-open this issue if the issue persists. For enhanced visibility, if over 7 days have passed, please open a new issue and link this issue there. Thank you. |
Android application type
Android for .NET (net6.0-android, etc.)
Affected platform version
Xamarin.Android SDK 12.2.99.130
Description
When running a native Android application in a real device the app doesn't load
Steps to Reproduce
Did you find any workaround?
No
Relevant log output
The text was updated successfully, but these errors were encountered: