适用于Android的Gluon Mobile =依赖于StackOverflowError设备

时间:2018-05-18 22:06:33

标签: android gluon-mobile javafxports

我已成功将javafx应用程序从桌面移植到iOS,现在我正在使用Android端口。

我正在使用jfxmobile-plugin:1.3.10

我的一个视图给出了虚拟设备中的堆栈溢出,而不是另一个。

有什么方法可以指明何时为Android构建应用程序的最小堆栈大小?这种问题通常如何处理?

java.lang.StackOverflowError
        at javafx.scene.Node.getLocalBounds(Node.java:3478)
        at javafx.scene.Node.updateTxBounds(Node.java:3641)
        at javafx.scene.Node.getTransformedBounds(Node.java:3424)
        at javafx.scene.Parent.getChildTransformedBounds(Parent.java:1724)
        at javafx.scene.Parent.updateCachedBounds(Parent.java:1588)
        at javafx.scene.Parent.recomputeBounds(Parent.java:1527)
        at javafx.scene.Parent.impl_computeGeomBounds(Parent.java:1380)
        at javafx.scene.layout.Region.impl_computeGeomBounds(Region.java:3078)
        at javafx.scene.Node.updateGeomBounds(Node.java:3577)
        at javafx.scene.Node.getGeomBounds(Node.java:3530)
        at javafx.scene.Node.getLocalBounds(Node.java:3478)
        at javafx.scene.Node.updateTxBounds(Node.java:3641)
        at javafx.scene.Node.getTransformedBounds(Node.java:3424)
        at javafx.scene.Parent.getChildTransformedBounds(Parent.java:1724)
        at javafx.scene.Parent.recomputeBounds(Parent.java:1516)
        at javafx.scene.Parent.impl_computeGeomBounds(Parent.java:1380)
        at javafx.scene.layout.Region.impl_computeGeomBounds(Region.java:3078)
        at javafx.scene.Node.updateGeomBounds(Node.java:3577)
        at javafx.scene.Node.getGeomBounds(Node.java:3530)
        at javafx.scene.Node.getLocalBounds(Node.java:3478)
        at javafx.scene.Node.updateTxBounds(Node.java:3641)
        at javafx.scene.Node.getTransformedBounds(Node.java:3424)
        at javafx.scene.Parent.getChildTransformedBounds(Parent.java:1724)
        at javafx.scene.Parent.updateCachedBounds(Parent.java:1588)
        at javafx.scene.Parent.recomputeBounds(Parent.java:1527)
        at javafx.scene.Parent.impl_computeGeomBounds(Parent.java:1380)
        at javafx.scene.layout.Region.impl_computeGeomBounds(Region.java:3078)
        at javafx.scene.Node.updateGeomBounds(Node.java:3577)
        at javafx.scene.Node.getGeomBounds(Node.java:3530)
        at javafx.scene.Node.getLocalBounds(Node.java:3478)
        at javafx.scene.Node.updateTxBounds(Node.java:3641)
        at javafx.scene.Node.getTransformedBounds(Node.java:3424)
        at javafx.scene.Parent.getChildTransformedBounds(Parent.java:1724)
        at javafx.scene.Parent.updateCachedBounds(Parent.java:1588)
        at javafx.scene.Parent.recomputeBounds(Parent.java:1527)
        at javafx.scene.Parent.impl_computeGeomBounds(Parent.java:1380)
        at javafx.scene.Node.updateGeomBounds(Node.java:3577)
        at javafx.scene.Node.getGeomBounds(Node.java:3530)
        at javafx.scene.Node.getLocalBounds(Node.java:3478)
        at javafx.scene.Node.updateTxBounds(Node.java:3641)
        at javafx.scene.Node.getTransformedBounds(Node.java:3424)
        at javafx.scene.Parent.getChildTransformedBounds(Parent.java:1724)
        at javafx.scene.Parent.recomputeBounds(Parent.java:1516)
        at javafx.scene.Parent.impl_computeGeomBounds(Parent.java:1380)
        at javafx.scene.layout.Region.impl_computeGeomBounds(Region.java:3078)
        at javafx.scene.Node.updateGeomBounds(Node.java:3577)
        at javafx.scene.Node.getGeomBounds(Node.java:3530)
        at javafx.scene.Node.computeLocalBounds(Node.java:3593)
        at javafx.scene.Node.updateLocalBounds(Node.java:3623)
        at javafx.scene.Node.getLocalBounds(Node.java:3484)
        at javafx.scene.Node.updateTxBounds(Node.java:3641)
        at javafx.scene.Node.getTransformedBounds(Node.java:3424)
        at javafx.scene.Parent.getChildTransformedBounds(Parent.java:1724)
        at javafx.scene.Parent.updateCachedBounds(Parent.java:1588)
        at javafx.scene.Parent.recomputeBounds(Parent.java:1527)
        at javafx.scene.Parent.impl_computeGeomBounds(Parent.java:1380)
        at javafx.scene.layout.Region.impl_computeGeomBounds(Region.java:3078)
        at javafx.scene.Node.updateGeomBounds(Node.java:3577)
        at javafx.scene.Node.getGeomBounds(Node.java:3530)
        at javafx.scene.Node.getLocalBounds(Node.java:3478)
        at javafx.scene.Node.updateTxBounds(Node.java:3641)
        at javafx.scene.Node.getTransformedBounds(Node.java:3424)
        at javafx.scene.Parent.getChildTransformedBounds(Parent.java:1724)
        at javafx.scene.Parent.recomputeBounds(Parent.java:1516)
        at javafx.scene.Parent.impl_computeGeomBounds(Parent.java:1380)
        at javafx.scene.layout.Region.impl_computeGeomBounds(Region.java:3078)
        at javafx.scene.Nod

0 个答案:

没有答案