How to install Microsoft’s Build of OpenJDK on Linux

Microsoft has built their own version of OpenJDK. This build of Open JDK 11 is available on Azure as well as for users to download and install on their local machine. According to Microsoft’s Dev Blogs: They rely on Java technologies for a variety of their own internal systems, applications, and workloads to enable well-known … Read more

Android SDK : installation on Ubuntu via PPA

**Android SDK** is a development kit targeted at developing apps for mobile devices running Android. With the Android SDK, one can develop, debug, and test apps via an inbuilt emulator. The emulator can emulate the expected behavior of the Android OS on many platforms including Linux, Windows, and Mac. Here, we will instruct you on … Read more