Please set the Package Name in the Player Settings. The value must follow the convention 'com.YourCompanyName.YourProductName' and can contain alphanumeric characters and underscore.
Each segment must not start with a numeric character or underscore.
Android向けビルド時のエラー対応1
以下のプロジェクトのようにプロジェクト名の先頭に数字がつくと、Platform: Androidを選択し、ビルドするとエラーになるので、プロジェクト名の先頭文字は数字またはアンダースコア以外で!
以下のようなエラーが発生する
なので、以下のプロジェクトだと本件のエラーが発生する。 https://github.com/LeoAndo/unity-training/tree/main/2DScriptSample