How to install Android Studio for 32 bit and 64 bit Windows machines ?

Visit website https://developer.android.com/studio/ Click on “Download Android Studio” button to download latest version of Android Studio. The … Read more

Install the Flutter and Dart plugins with Android Studio

If you want to develop flutter applications and has an experience of working with Android studio, you … Read more

How to setup Flutter Engine Development Environment on Ubuntu / Linux ?

The Flutter Engine is a portable runtime for hosting Flutter applications. It implements Flutter’s core libraries, including … Read more

How to install Chromium depot_tools on Ubuntu / Linux ?

Chromium depot_tools are the git extensions, which gives additional features. The Chromium depot_tools suite contains many git … Read more

inkscape

How to install Inkscape on Ubuntu Linux ?

Inkscape is a free and open-source vector graphics editor. This software can be used to create or edit vector … Read more

How to build target and host Sysroot with yocto / poky ?

If you want to build some external packages which are using sysroot within yocto framework or buildsystem, … Read more

Configure Yocto to download from local mirror to save bandwidth

If you once have downloaded and compiled yocto build, it generates local tar files of all the … Read more

How to install latest version of Node JS on Ubuntu ?

If you want to install node.js which is gaining popularity in recent days, you can follow below … Read more

How to install specific Node JS version on Ubuntu ?

To install specific version of Node JS, first make sure NPM package manager is installed. You can … Read more

Adding New Machine in Yocto bitbake meta layers

Adding a new machine to the Yocto Project is a straightforward process. This section describes how to … Read more