No matter what value I put in AndroidEnvironment.txt for the nursery size I always get the following when starting to debug my android app:
Android application is debugging.
Warning: In environment variable MONO_GC_PARAMS':
nursery-size` must be a power of two. - Using default value.
eg, I have the following in the environment file (1G)
MONO_GC_PARAMS=nursery-size=104857600
even if I put
MONO_GC_PARAMS=nursery-size=1g
or
MONO_GC_PARAMS=nursery-size=1G
or anything else I always get the above warning.