GST 3.10 upgrade guide

Review when migrating to GST 3.10.

Important:

This is an incremental upgrade guide that covers only topics related to the Genero Studio version specified in the page title. Check prior upgrade guides if you migrate from an earlier version. Make sure to also read about the new features for this version.

Corresponding new features page: GST 3.10 new features.

ANDROID_SDK_ROOT replaces ANDROID_HOME

The ANDROID_HOME environment variable is deprecated. To define the Android SDK installation directory, use ANDROID_SDK_ROOT instead.

Note:

The gmabuildtool will first use ANDROID_SDK_ROOT, then ANDROID_HOME as fallback.

If you previously used ANDROID_HOME, you can continue to use it but consider changing your environment settings to follow Androidâ„¢ SDK specifications.

Important:

The ANDROID_SDK_ROOT environment variable has since been deprecated. When building Android apps with Genero, use the ANDROID_HOME environment variable. To learn more about the ANDROID_HOME environment variable, go to the Environment variables page on the Android Studio Developer site.