I am new to Android Development and starting with React Native.
After changing ram size via intelhaxm-android.exe to 1.5GB and running AVD its not working and i'm getting this
`>"C:\Program Files\Android\android-sdk\tools\emulator.exe" -netdelay none -netspeed full -avd Nexus_5_API_23`
`>emulator: WARNING: Requested RAM size of 1536MB is too large for your environment, and is reduced to 1152MB.`
`>emulator: device fd:784`
`>HAXM is working and emulator runs in fast virt mode`
`>Cannot set up guest memory 'pc.ram': Invalid argument`
What to do now?
Thank you. ;)