Android Studio Excessive Memory Usage When Running Espresso UI Tests
问题 I notice that when running Espresso UI tests on an emulated device my system's memory usage increases indefinitely until I restart Android Studio and my emulated device. On inspection I can see that my Android Studio and emulated device memory usage remain constant, yet overall memory usage increases. However I cannot see where the additional memory is assigned in my system monitor. This happens even when running empty tests on a blank activity! Please see code attached I am running Android