WeChat Image_20190207112856.png (175.03 KB, Downloads: 101) Download 2019-02-07 19:29:22 Upload We decided to come up with an Official Flashing Guide that can be helpful to anyone wondering on how to flash Xiaomi Phones using Fastboot Mode, and therefore a Fastboot Rom (.tgz). First of all, let me share with you …
Tag Archives: Android
How to Change Package Name in Android Studio
There are some cases when you develop Android application, you need to change your package name. Whether request from your client or your own projects, or there are the same package name in Play Store with your app package name. This package name need to be unique if you want …
Cannot Launch Android Emulator
Android Emulator is useful when you want to debug locally inside your environment. We can debug with any minimal Android API requirements that our apps need. But, sometimes we cannot launch Android Emulator with some error. Last time, i had this error log: [140735755441088]:ERROR:./android/qt/qt_setup.cpp:28:Qt library not found at ../emulator/lib64/qt/libCould not …