Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upServo for Android crashes on launch #21298
Comments
|
I think we may only support Android Oreo and more recent. Android 6 is Marshmallow. |
|
According to https://github.com/servo/servo/blob/master/support/android/apk/servoapp/build.gradle the targetSdkVersion is 27 but the minSdkVersion is only 18 (which is Jelly Bean I think). I was under the impression that devices running SDK 18 and up should still be able to run the app. Is that not the case? |
|
It also crashes on my Huawei P10 lite which runs Android 8. |
|
Can you please share the crash report from |
|
I imagine that if it's a SDK/NDK version issue, the installation would fail. |
|
Found an issue when no arguments are passed. I'll submit a PR soon. |
|
To confirm that this is the issue you both running into, can you check if you see any message when doing:
|
Android: Fix JSON error when no arguments are passed Probably fix #21298 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21308) <!-- Reviewable:end -->
|
Yes, it's that error:
|
|
I am able to launch Servo without it crashing now but I am experiencing a new crash shortly afterwards. I opened a new issue report for that: #21317 |
I thought I would test out the latest Servo nightly build on Android as I have never used it before. I found out that it crashes on launch giving me the message "Unfortunately, Servo has stopped." I am using a Nexus 5 running Android 6.0.1. Is my phone a supported device for the Android port or is something else going wrong?