rexi1r
rexi1r
hi I'm getting the above error When for the first time open the activity.
hi.thanks for your lib.i can see the text of view just in fix width and height .if i set wrap-content of fill parent it doesn't work and don't show text.
@vietj hi if got this kind of exception ```java java.lang.NoClassDefFoundError: io.vertx.core.ServiceHelper$$Lambda$0 at io.vertx.core.ServiceHelper.loadFactories(ServiceHelper.java:61) at io.vertx.core.ServiceHelper.loadFactories(ServiceHelper.java:47) at io.vertx.core.ServiceHelper.loadFactoryOrNull(ServiceHelper.java:37) at io.vertx.core.ServiceHelper.loadFactory(ServiceHelper.java:29) at io.vertx.core.Vertx.(Vertx.java:524) at io.vertx.core.Vertx$$CC.vertx$$STATIC$$(Unknown Source) ``` my gradle config : ```java...