そこで Android Studioから API level 29をインストールして、Target API Levelを「API level 29」に変更しても以下のエラーがまだ出てくる場合があるようです。「Android SDK is missing required platform API:Required API level 29.」と。インストールしたのに。
またGoogle Play の 対象API をあげる必要がありますね。Googleから以下のメールが。
This is a reminder that starting November 2, 2020, updates to apps and games on Google Play will be required to target Android 10 (API level 29) or higher. After this date, the Play Console will prevent you from submitting new app bundles and APKs with a target Sdk Version less than 29.
しかも今回は前回より設定がやっかいだったんです。Android Studioで API29をインストールしても「Android SDK is missing required platform API:Required API level 29.」と出てきてしまう。
その解決法の続きです。Package Managerから「ARKit Face Tracking」を削除し、iOSでビルド時に出る以下のエラーの対応からです。
Assets/Scripts/ARKitBlendShapeVisualizer.cs(47,5): error CS0246: The type or namespace name 'ARKitFaceSubsystem' could not be found (are you missing a using directive or an assembly reference?)