You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: