Skip to content

Migrate projects built with Code on the Go 25.46 or earlier

Elissa-AppDevforAll edited this page Dec 2, 2025 · 2 revisions

Releases after 25.46 contain changes that may cause projects created with earlier versions of Code on the Go to fail. Please follow these steps before installing this release to reduce the possibility of problems:

  1. Check the version of Code on the Go installed on your device:
  • At the OS, long-press the Code on the Go app and select App info or the equivalent on your device. 
  • In the app, go to Preferences > About Code on the Go.
  1. If the first four digits of the version number are 1118 or higher, no further action is required. If the first four digits of the version number are less than 1118, continue to the next step. 
  2. For each project you want to save, run the Gradle :app:clean task to delete the build directory.

Click here to watch a 15-second video showing how to run this task in Code on the Go

  1. Uninstall your existing Code on the Go app.
  2. Download and install the new Code on the Go release.
  3. Open your old projects and verify that they build correctly. If they don’t, please let us know. If possible, please include a ZIP or TAR file of the complete project directory.

Clone this wiki locally