On May 24, 2013, at 6:09 AM, Daveoc64 <[email protected]> wrote:
> Is it possible to use the IOMap environment variable on Mono for Android?
Maybe? I'm not sure if we compile that in or not...
> I'm not sure how (or if) Environment Variables can be set for an application
> in MFA, or whether the specific option can be used.
To set environment variables in your app, create a new plain-text file (Unix
line endings), and add it to your project.
Set the Build action to AndroidEnvironment.
Within the file, lines are of the form key=value. If `key` is UPPER_CASE, it's
an environment variable; if it's lower-case, it's an Android system property
override. Comments are supported, blank lines are ignored.
# Debug builds, log everything!
MONO_LOG_LEVEL=debug
# Our app hates case sensitivity
MONO_IOMAP=all
# enable gref logging
debug.mono.log=gref
- Jon
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid