I am calling the following on Android ```rust 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?
I am calling the following on Android
and get back
None. The package identifier isme.nikl.gameand 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?