android - java.lang.OutOfMemoryError -
how solve issue.... alternative or how increase memory??
12-03 15:24:21.302: error/androidruntime(423): java.lang.outofmemoryerror 12-03 15:24:21.302: error/androidruntime(423): @ java.lang.string.<init>(string.java:468) 12-03 15:24:21.302: error/androidruntime(423): @ java.lang.abstractstringbuilder.tostring(abstractstringbuilder.java:659) 12-03 15:24:21.302: error/androidruntime(423): @ java.lang.stringbuffer.tostring(stringbuffer.java:720) 12-03 15:24:21.302: error/androidruntime(423): @ com.example.my.map.stringtoarray(map.java:270)
when , happening?
if use eclipse can increase memory allocation - http://www.avajava.com/tutorials/lessons/how-do-i-allocate-more-memory-to-eclipse.html
in other case - can increase memory of emulator - when create new emulator there option set memory. default 16mb, can increase want (i recommend check targeted phone's memory heap).
edit: mathias lin said, changing heap allocation of rooted device unacceptable!
Comments
Post a Comment