How to debug Fragments in Android ?

Debugging fragments in Android involves identifying and fixing issues or unexpected behavior within your fragment-based user interface … Read more

Security exception: uid does not have android.permission.MANAGE_APP_OPS_MODES.

If for some reason you got the following exception, “java.lang.SecurityException: uid 2000 does not have android.permission.MANAGE_APP_OPS_MODES” Then … Read more

Fixed: clang++: error while loading shared libraries: libtinfo.so.5

Libtinfo

We got the following error while compiling Android AOSP source code on Ubuntu PC, Solution : This … Read more

Solved: INSTALL_FAILED_UPDATE_INCOMPATIBLE

When we tried to install Android APK we had compiled using adb as below, we got an … Read more

Error inflating class androidx.constraintlayout.ConstraintLayout

Recently when we migrated one of our android application to AndroidX, using android studio’s option from “Refactor … Read more