Tag Archives: Memory
How to receive memory warning in Corona ?
Android: Conversion to Dalvik format failed: Unable to execute dex: null
This error often comes when your android project size is large. Try the following steps to remove the error 1. Clean the project Project > Clean 2. Increase the memory allocated in eclipse.ini Open the eclipse.ini file in the the Eclipse folder. Then edit -Xms128m to -Xmx512m or something higher Hope this help you
How to simulate an incoming call to an emulator OR Send an SMS to an emulator in ANDROID ?
Hello everyone…… Of course for the above question there are other ways to do it. This is one simple method Start two emulators and call each other, but the problem is it will be time consuming and memory will be consumed. Another method 1. First start your emulator and make sure it’s running. 2. Then go to command… Read More »