If you want to change default screenshot directory to other location, for example "Screenshots" directory.
Execute following command:
gsettings set org.gnome.gnome-screenshot auto-save-directory "file:///home/$USER/Screenshots/"
Have a good day!
| [Security] | |
| EAP-Method=PEAP | |
| EAP-Identity=anonymous | |
| EAP-PEAP-Phase2-Method=MSCHAPV2 | |
| EAP-PEAP-Phase2-Identity=username | |
| EAP-PEAP-Phase2-Password=password | |
| [Settings] | |
| AutoConnect=true |
Hello, I made a simple instruction on how to fix some Android's UIAutomatorViewer errors which I have encountered on my machine. Here it is:
-Djava.ext.dirs=/home/user/Android/Sdk/tools/lib/x86_64:/home/user/Android/Sdk/tools/lib is not supported. Use -classpath instead.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
adb shellpm list packages | grep '<OEM/Carrier/App Name>'When using Bluetooth headphones, you may encounter the problem running an emulator in Android Studio, the sound in the headphones switches to low quality.
This is due to the fact that the Android emulator starts using your headphones as a microphone so that you can enter voice commands into Android.
In the vast majority of cases, no one uses voice input on the Android emulator, so it can be disabled through the emulator config file.:
/.android/ folder on your computer (~/.android/ for Linux, /Users/{user_name}/.android/ for Mac and Windows)/avd/{emulator_name}/)config.ini and replace the item hw.audioInput=yes with hw.audioInput=no