Skip to content

Instantly share code, notes, and snippets.

@guo-steve
guo-steve / install-android-emulator-macos.md
Last active July 24, 2026 22:36
Install Android Emulator on macOs

Install Android Emulator for Mac

This guide provides instructions for installing the Android Emulator on macOS in order to test Android Apps. The easiest way to develop and test Android apps is to use Android Studio, which includes the Android Emulator. But you can also install the Android Emulator separately in case you only want to test Android apps without installing Android Studio.

Prerequisites

  • macOS 10.14+
  • Apple Silicon (M1/M2) recommended
  • Homebrew installed
@guo-steve
guo-steve / multi-github-account-on-one-laptop.md
Last active May 11, 2025 14:57
Multiple Github Account On One Laptop

git

~/.gitconfig

[pager]
	branch = false
 # other global settings
 # ...
 
@guo-steve
guo-steve / main.go
Created March 11, 2019 04:38 — forked from julz/main.go
containersched minicontainer
package main
import (
"fmt"
"os"
"os/exec"
"syscall"
)
func main() {