I am calling the following on Android
directories::ProjectDirs::from("me", "nikl", "game");
and get back None. The package identifier is me.nikl.game and the app is running on a real device with Android 12.
Is there anything I need to setup or configure to get a proper project directory on Android?