I'm using LinkOS Version (1.2.0) (Xamarin Android) in my android application,but when I try to run the project I get the following error:
java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing 'java.exe -Xmx1G -jar
I have the configuration 1G in the option Java Heap size, my Handheld isn't a Zebra hardware
Anyone have this problem?
Thanks in Advance
LinkOS (Xamarin Android) Problems |
1 Replies
Consider enabling Multidex. I believe that has solved this issue for some users.
-Robin