Search
 
SCRIPT & CODE EXAMPLE
 

JAVA

android adb is using too much cpu

The cause of the constant CPU usage could be the sound. If you do not need sound in your emulator you can disable it by editing the AVD's config file.

Change/add those two lines

hw.audioInput=no
hw.audioOutput=no

Update: As buncis commented you can also try to disable GPS if not needed:

hw.GPS = no 

On Linux/Mac the file is located at ~/.android/avd/<AVD_Name>.avd/config.ini
On Windows the file is located at C:Users<username>.androidavd<AVD_Name>.avdconfig.ini
Comment

PREVIOUS NEXT
Code Example
Java :: youtube to mp4 stackoverflow 
Java :: .code domain 
Java :: worldedit api copy schematic 
Java :: url to json 
Java :: How to define lambda expression in Java? 
Java :: input method manager hide keyboard 
Java :: spring secutiry urls redirecting 
Java :: Android number format thousands separator 
Java :: java load configuration log 
Java :: add external JARs to java vscode 
Java :: bloomreach clone session 
Java :: error: package android.support.v4.content does not exist import android.support.v4.content.LocalBroadcastManager; 
Java :: Show the difference between this() and super() with help of a code 
Java :: spring boot dto example java 
Java :: Iterating an Array Using While Loop 
Java :: java function that returns the index of the largest value in an array 
Java :: javax.servlet.Filter 
Java :: java requirenonnull 
Java :: setting a hint on a text field in javafx 
Java :: java Color on Enum call 
Java :: gradle use local path 
Java :: how to display same statement multiple times in java 
Java :: enum to get status name from list using status id 
Java :: ldap java connection 
Java :: previous method in jdbc 
Java :: instance block 
Java :: JSP Redirigir a otra página 
Java :: sealed interface java codegrepper 
Java :: mostrar divisores java 
Java :: action performed java swing code 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =