The AVD emulator on Android Studio display shows all characters at 1:1 resolution grainy. It is difficult to read the text of the app under testing. To overcome this problem: From the menu of Android Studio select Help -> Edit Custom Properties and enter hidpi=false Create the AVD emulator device and disable device frame and … Continue reading How to fix AVD emulator grainy, poor resolution display in Android Studio
Tag: emulator
How to run latest India income tax utility for the Financial Year 2021-22 (AY 2022-23) in Linux
The India income tax department has launched a new tax portal and has also created new income tax utilities to enable income tax returns filers to file their tax returns. Past years' utilities could be run on Linux or any other operating system because they were written in Java. However, this time, the utilities are … Continue reading How to run latest India income tax utility for the Financial Year 2021-22 (AY 2022-23) in Linux
How to fix the ADB Binary found adb is obsolete and has serious performance problems with Android Emulator error in Android Studio for Linux
The default Android SDK installed with Android Studio already has the adb application installed and it is the latest. The error ADB Binary found at /home/user/ adb is obsolete and has serious performance problems with Android Emulator appears only if from Android Studio, menu option, Tools -> SDK Manager -> SDK Tools, the Android SDK … Continue reading How to fix the ADB Binary found adb is obsolete and has serious performance problems with Android Emulator error in Android Studio for Linux