Skip to content

Instantly share code, notes, and snippets.

View anhnt's full-sized avatar
🏠
Working from home

Anh anhnt

🏠
Working from home
View GitHub Profile
@mrk-han
mrk-han / emulator-install-using-avdmanager.md
Last active August 26, 2026 11:25
Installing and creating Emulators with AVDMANAGER (For Continuous Integration Server or Local Use)

Install and Create Emulators using AVDMANAGER and SDKMANAGER

TL;DR

For an emulator that mimics a Pixel 5 Device with Google APIs and ARM architecture (for an M1/M2 Macbook):

  1. List All System Images Available for Download: sdkmanager --list | grep system-images

  2. Download Image: sdkmanager --install "system-images;android-30;google_atd;arm64-v8a"

@jsynowiec
jsynowiec / GitHub Dark.icls
Last active September 19, 2023 00:37
GitHub (Primer) Visual Studio Code syntax color schemes for JetBrains IDEs like IntelliJ, PyCharm, WebStorm, PhpStorm, GoLand, CLion, RubyMine or AppCode
<scheme name="GitHub Dark" version="142" parent_scheme="Darcula">
<metaInfo>
<property name="created">2020-07-20T12:05:56</property>
<property name="ide">Python</property>
<property name="ideVersion">2020.1.3.0.0</property>
<property name="modified">2020-07-20T12:05:58</property>
<property name="originalScheme">Github Dark</property>
</metaInfo>
<colors>
<option name="CARET_COLOR" value="c8e1ff" />