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
When I Add Plugin.FacebookClient package to my Xamarin project and build it I receive this error:
java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing 'java.exe -Dfile.encoding=UTF8 -Xmx1G -jar D:\Users\xxxx\AppData\Local\Android\android-sdk\build-tools\28.0.3\\lib\dx.jar --dex --no-strict --input-list=C:\Users\xxxx\AppData\Local\Temp\tmp13FC.tmp --output obj\Debug\90\android\bin'
Does anyone know why? this error is showing. Although when I remove the package the error is gone.
Thank you.
Edit:
I found that the error only shows when I add both packages Plugin.FacebookClient and Plugin.GoogleClient
The text was updated successfully, but these errors were encountered:
Hello,
When I Add Plugin.FacebookClient package to my Xamarin project and build it I receive this error:
java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing 'java.exe -Dfile.encoding=UTF8 -Xmx1G -jar D:\Users\xxxx\AppData\Local\Android\android-sdk\build-tools\28.0.3\\lib\dx.jar --dex --no-strict --input-list=C:\Users\xxxx\AppData\Local\Temp\tmp13FC.tmp --output obj\Debug\90\android\bin'
Does anyone know why? this error is showing. Although when I remove the package the error is gone.
Thank you.
Edit:
I found that the error only shows when I add both packages Plugin.FacebookClient and Plugin.GoogleClient
The text was updated successfully, but these errors were encountered: