技术笔记
Solve the problem: git fetch origin hangs
Problem Statement
技术笔记
Problem Statement
技术笔记
Recently I am researching the adb command line tool to communicate with the Android Emulator and Physical Device, and I find that we can…
技术笔记
Sometimes we have a video file, and want to share it with only audio files, or just want to listen the audio of the video files, so we need…
技术笔记
Today, when I restart my computer, and I want to start the Simulator with the following command:
技术笔记
Problem Statement
技术笔记
I usually use git commit -m 'message' to commit a message, but sometimes, I need add ' on the message, so I need to escape the single…
技术笔记
Because get crash log is not simple, for developers, it might not that hard, but for other people, it’s not easy, because we need enable…
技术笔记
When we develop Android application, it’s very important to get the crash log, in this article, I will describe how I get the crash log…
技术笔记
Yesterday, when I try to download the database files from my device, so I connected my device from my computer, but the usb cable is not…
技术笔记
Our project was developed on mac with intel chip, but recently some developers buy the mac with M1 chip, and they can’t build the…
技术笔记
We are using gitlab to manage our code, when I create merge request and related the merge request with the issue number, but after the…
技术笔记
In my previous article Find app data path for iOS simulator, I mentioned a tool simctl , and in this article I want to share a bash script…