-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Custom icons not working #3536
Comments
What are the dimensions of |
Sure. it's the same images that you use in the example. https://www.mapbox.com/android-sdk/files/ic_directions_boat_black_18dp.zip |
@Jonfor that image should not give any problems. I won't be able to identify the problem by only having this information:
|
I am having this issue as well. There is no stack trace and all I get is Any ideas? |
Will do. |
yes of course. Looking forward to it. On Thu, Jan 21, 2016 at 4:06 AM, Jonathan Forscher <[email protected]
|
sorry but its still crashing as above. |
@rafjp the fix did not land with |
great, could you please let me know when it is available for me to test? |
thanks, I have tested and it has fixed the issues but I am now noticing crashes occurring when performing other operations now which which 3.0 were working. |
@rafjp Closing since the main issue is resolved. |
"could you open a new ticket for the other crash?" - sorry but we are on a really tight deadline and just do not have the time to help you track down map box issues. Even upgrading from 3.0 to 3.1 has had to be put on hold due to us experiencing crashes with map box when it had been working OK. |
I upgraded to version 3.2 and the issue has been fixed. |
The error, which happens right on the addMarker line:
01-13 12:08:18.627 18751-18751/com.test.test A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 18751 (test.test)
I am running Android 6.0.1.
Here is my what i'm including:
Here is my code:
I have the ic_directions_boat_black folders (drawable-hdpi, drawable-mdpi, etc.) in res/drawable.
Also, your Android tutorial, https://www.mapbox.com/help/first-steps-android-sdk/#getting-started says to use SpriteFactory while your example, https://www.mapbox.com/android-sdk/custom-marker-icon/ uses IconFactory.
The text was updated successfully, but these errors were encountered: