-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
OpenStreetMap does not display on Androids 5 and higher #3366
Comments
The problem is caused by this change 1a7cbe7
@seadowg what was the problem with tests that you implemented those changes? I'm not sure what we should do in this case we need to
what do you think? @seadowg @lognaturel |
Calling
My understanding is that calling into OSM outside of a real device/emulator would a no no due to it loading native frameworks. What I didn't realize when I made this change is that we use EDIT: In fact it looks like we're disabling leak canary in that test application? Surely we want this in debug buiilds if we want it at all? |
Ok I created a pr #3370 which removes TestCollect class from manifest file in debug. According to the comment the class will be automatically used for tests.
I don't know but looks as if it should be enabled for debug build. |
Software and hardware versions
Collect - current master
Android v5.1 and higher
Problem description
Problem with OpenStreetMap returned
OpenStreetMap does not display when using Geo widgets.
#3248
Steps to reproduce the problem
Expected behavior
OpenStreetMap should load.
The text was updated successfully, but these errors were encountered: