I’m developing an App to run on Android and I want to use Preferences to store user settings. The app will run fine on Windows but as soon as I run it on the Android emulator it crashes. If I then remove the use of Preferences and use string values instead, the app run OK on the emulator. What is the usually way of accessing the Preferences on Android? Is there some platform specific method for doing this?