I trying to run the demo app based on javaFX and jfoenix UI library on intellij, I have the jdk1.8.0_131 and jre1.8.0_131 version but I unnable to run, what Im doing wrong? this import throws me error: import com.sun.javafx.scene.control.skin.TextFieldSkinAndroid;...
原因:idea2019与maven3.6版本不兼容问题,解决办法,要么升级idea,要么降级maven。原来用的3.6.2,现在换成了3.3.9