Creating UnfoldingMap instance with java.lang.NoSuchFieldError: quality error
问题 I try to create PApplet (Processing) with UnfoldingMap (v0.9.6). Unfortunatelly I get java.lang.NoSuchFieldError: quality error at this line: map = new UnfoldingMap(this, p1). What may be the reason if it? import de.fhpotsdam.unfolding.UnfoldingMap; import de.fhpotsdam.unfolding.providers.AbstractMapProvider; import de.fhpotsdam.unfolding.providers.Google; import de.fhpotsdam.unfolding.utils.MapUtils; import processing.core.PApplet; public class MyPApplet2 extends PApplet{ UnfoldingMap map;