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 …