javaandroidclipnutiteq

Why I'm getting InvocationTargetException error when I want to add new polygon on Nutiteq?


I'm computing some area and I want to draw a polygon on the area I have computed. But I'm getting this error

this

I've tracked the error with debug and I've seen that program just cant pass this line in the middle.

img2

I've declared everthing as described in Editable Carto DB page described. But It just stops when the point style is defining.

Thanks in advance


Solution

  • There is probably no need to call setBitmap() for the style, and pointMarker bitmap is anyway default bitmap for points. Just remove this. I suspect the pointMarker could be null.