-
Notifications
You must be signed in to change notification settings - Fork 30
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
App crashes when opening any map on Android 5.0.1 #39
Comments
@jonhoo Crash reports via the Play Store are good, but this is probably better since we can have a conversation. What model device are you using? |
@njchen This is probably a compatibility issue between the version of ArcGIS we're using and Android 5. This won't be a problem when we switch back to Android's default map library in the next major version, but this should be fixed in the meantime for existing users. |
This is on a Nexus 5. Unfortunately I don't have another device to test with. |
@jonhoo Next major version probably won't be until the summer, maybe the fall. We're pretty lacking in Android developers right now. I wish we could get it out sooner, as it would help get us ahead of compatibility issues like this. |
I've got some (although not much) spare time. Anything I could do that would be of any help? |
Fixing this particular issue would be a headache for someone not already set up to build the project, but contributing to the next major version should be pretty easy. We're aiming to have the project build in Android Studio straight from a fresh clone, as opposed to the current setup that requires Eclipse, a few manual changes, and some third party SDKs. We're finishing up a big revision to the iOS version this month and switching our focus to Android in February or March. Once that happens this repo will be full of issues up for grabs. I'm hoping this map issue will be a simple matter of deprecated methods and quick for njchen to fix. |
I used a wrong copy of apk file for testing this issue yesterday. I retested the app on my Oneplus Android 4.4.4. The map module works fine. I dont have a phone with Android 5.0.1. |
@njchen We have a Nexus 5 you can upgrade. |
A very brief test gives no crashes in any of the maps that previously crashed on my Nexus 5 with 5.0.1. |
@jonhoo Good enough for me. Thanks for testing it. Now we just need to get the map to show pins again. |
The version of ArcGIS we're using can't show map pins or lines on Lollipop due to issues in the library itself. There's a newer version of the library which might work, but if we upgrade to that we would drop support for versions earlier than KitKat. At least as a temporary fix, let's get what we have out so things stop crashing. We may have to do simultaneous releases with different versions of ArcGIS to support everyone. |
Hey, |
@tr33house We still don't have map pins working yet. We know what we need to do (upgrade the map library and drop support for things earlier than KitKat), but we haven't been able to get developer time to do it. |
Both the shuttle map (Shuttles -> click a shuttle -> click the wheel), and the campus map cause the app to terminate unexpectedly on Android 5.0.1 (and 5.0 I believe). I've sent a crash report, but not sure if that's particularly helpful?
The text was updated successfully, but these errors were encountered: