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

Solved : Failure INSTALL_FAILED_SHARED_USER_INCOMPATIBLE “tried to change user”

When you try to install an Android Application using adb and received an error with message as … Read more

Solved: ServiceManager: Permission failure: android.permission.ACCESS_SURFACE_FLINGER

If we try to start an application and got an errors as below in logcat, Then, 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