Question Details

No question body available.

Tags

codenameone

Answers (1)

February 6, 2026 Score: 0 Rep: 53,031 Quality: Low Completeness: 40%

I'm guessing you're using an Ant project that is out of date and what you're seeing on the device is the result of a newer build that is acting differently from the simulator you see locally. I suggest migrating your project to maven and the latest version of Codename One (7.0.223 as of today).

You can get started with a maven project by creating a project with the Codename One Initializr. You can see a quick usage sample in the video here.

For further information about maven check out this guide.