Skip to content Skip to sidebar Skip to footer

How Can I Add 'java.awt.geom' Class In Android?

I am making a game in LibGDX. When i run in libgdx-desktop, than it works fine. But when i run it in libgex-android than i get this error: ERROR: Could not find class 'java.awt.geo

Solution 1:

If I'm not mistaken, java.awt is not supported in android. However, I'm pretty sure libgdx has a geom class or something of that nature themselves.


Post a Comment for "How Can I Add 'java.awt.geom' Class In Android?"