MobileUI LogoMobileUI
/

From 0.5.2 to 0.5.3

Migration guide from MobileUI 0.5.2 to 0.5.3


Android Studio

With this version, we support Android Studio 2021.2.1.

Known Issue: There is a known issue with Android Studio 2021.2.1 when creating a new MobileUI project. The run configuration for the app-android module is not generated correctly by Google's Android Plugin. To work around this problem:

  • Create the project as before, then:
  • Close the project.
  • Re-open the project.
  • Open the Android run configuration for app-android.
  • Below the Before Launch section press the + button.
  • Add a Gradle-aware Make step here.
  • Click OK.

This should fix the problem for the given project.

Happy Coding!

RoboVM Plugin

With this version, we do not provide a special version of the RoboVM plugin anymore. We now recommend the use of the RoboVM plugin provided in the IDEA marketplace.