How does Device File Explorer on Android Studio works
Problem Statement
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…
I am still learning flutter, I remember when I test flutter gallery , on the document it let me change to master channel, after some days…
In this article, I will describe my build script, which will build application when there are new commits, it will send notification to…
Sometimes, we want to share there are some problem on the app, and we can record a video from device, but the video files are usually too…
Problem