MobileUI LogoMobileUI
/

From 0.5.1 to 0.5.2

Migration guide from MobileUI 0.5.1 to 0.5.2


Android Studio

With this version, we support Android Studio 4.1. Note that due to a bug in Android Studio, the BETA of AS 4.2 is not supported, yet.

Known Issue: There is a known issue with Android Studio 4.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!