I'm trying to test my app for language changes and check how the popup is shown in each language. After 6-7th time i get out of memory exception in debug mode. the data usage of app showed these numbers
total: 92.99MB
app:92.52MB
Data 408kB
cache:24kB.
I dont want to change the heap memory in android build. how can i resolve this?
Thanks,