You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the recent Developer Summit, it was recommended that we turn off multi-dex. When I do that, I'm getting "java.exe" exited with code 2. This is all for a Xamarin.Forms project with version 4. I observed that using d8 & r8 while multi-dex is turned off fixes the problem. I'm building on Windows.
Just to clarify, should d8 & r8 be turned on in debug and release or just one environment?
Also, I saw that a brand new XF project does not explicitly specify d8 & r8 but disabling multi-dex works. So it looks like I lack some config somewhere. My project was created a year ago.