Bernard Retuta Jr.

3 ways to change the Command prompt directory

Here are various ways to change the command prompt directory in Windows 10/11: Let’s start with perhaps the simplest, the cd command. Use the cd command to change the command prompt directory You can easily jump from one directory (folder) to another by using the cd command (short for changing directory). At the command prompt, …

3 ways to change the Command prompt directory Read More »

How To Fix [Error] Warning: Mapping new ns lines are printed in the logs during gradlew

Error: Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01 Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01 Solution 1 : 1. To solve the Mapping error, …

How To Fix [Error] Warning: Mapping new ns lines are printed in the logs during gradlew Read More »

What is OBS Studio And how to use it

There are many live streaming tools for every level of production, from basic to highly specialized. However, one of the software that performs almost all live streaming tasks is OBS Studio. Whether you’re just starting your live streaming career or have already done so, OBS Studio’s step-by-step guides will help you master this beast tool …

What is OBS Studio And how to use it Read More »

How to Place Any Widget at Bottom of The Screen In Flutter

Flutter provides us with an individual widget to set the alignment of our widgets. All we have to do is wrap the child widget into Align widget and set the alignment using its property and you see the magic. A widget that aligns its child within itself and optionally sizes itself based on the child’s …

How to Place Any Widget at Bottom of The Screen In Flutter Read More »