i imported the example https://github.com/QuickBlox/quickblox-android-sdk/tree/master/sample-videochat and works, but when i create new project an copy the library, the eclipse no respond and close with message java heap space. After that, i clean the sample that was working and stopped working.
Asked
Active
Viewed 127 times
1 Answers
1
It looks like you have famous problem. There are many issues opened on it: eclipse with Android sdk, ERROR: Java heap space . Or Conversion to Dalvik format failed: Unable to execute dex: Java heap space. And here : http://www.mkyong.com/eclipse/eclipse-java-lang-outofmemoryerror-java-heap-space/
-
i try the solutions, change the VM arguments -Xms512M -Xmx512M (if i try with -Xmx1024 i have the problem faled to create the Java VM) and no change, the problem persists – Rodrigo Tamayo May 09 '14 at 14:47