Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

How to fix the build error "java.lang.OutOfMemoryError"?

$
0
0

Hi all,

everything was working fine with my XF app, until changed computer. After reinstalling all my programs etc, when I build the app i get this error:

Error java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing 'java.exe -jar "C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.3\lib\dx.jar" --dex --no-strict --output obj\Debug\android\bin R:\VeloGuide\App\VeloGuideApp\VeloGuideApp.Android\obj\Debug\android\bin\classes.zip "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\MonoAndroid\v8.0\mono.android.jar" obj\Debug\lp\42\jl\arch-core-common.jar obj\Debug\lp\43\jl\arch-lifecycle-common.jar obj\Debug\lp\44\jl\bin\classes.jar obj\Debug\lp\45\jl\bin\classes.jar obj\Debug\lp\47\jl\bin\classes.jar obj\Debug\lp\48\jl\bin\classes.jar obj\Debug\lp\49\jl\bin\classes.jar obj\Debug\lp\50\jl\bin\classes.jar obj\Debug\lp\51\jl\bin\classes.jar obj\Debug\lp\52\jl\bin\classes.jar obj\Debug\lp\53\jl\bin\classes.jar obj\Debug\lp\54\jl\bin\classes.jar obj\Debug\lp\55\jl\bin\classes.jar obj\Debug\lp\56\jl\bin\classes.jar obj\Debug\lp\57\jl\bin\classes.jar obj\Debug\lp\58\jl\bin\classes.jar obj\Debug\lp\59\jl\bin\classes.jar obj\Debug\lp\6\jl\formsviewgroup.jar obj\Debug\lp\60\jl\bin\classes.jar'

This solution worked:
https://stackoverflow.com/a/36835891

but the first thing i wonder is: why did i start getting this error in the first place? Different JDK versions?

The second problem is that after I fix the build error, I can't deploy to my android phone anymore.
The build is successful, but I get the "There were deployment errors. Continue?" alert box.

I attached my Output window log. Please help, it must be some configuration, as I had to reinstall everything on a new PC.


Viewing all articles
Browse latest Browse all 77050

Trending Articles