Hey guys,
I'm getting the following message: "Build failed due to use of deprecated Android v1 embedding."
It seems it needs to be migrated to Android embedding v2 since the v1 is being deprecated.
They say you can just add the "--ignore-deprecation" flag to ignore this check and continue with the deprecated v1 embedding, however, you'll have an error (due to deprecated API) if using an Android emulator.