Posts

Install Android Studio in Ubuntu

  Install Android Studio in Ubuntu A quick tutorial to get you started on building your Android app In this piece, we’ll cover how to install Android Studio in Ubuntu system. Simply follow the steps below and start building your Android app! Install JDK 6 or Later Let’s get started by installing Oracle JDK 8 with the following commands: sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer sudo apt-get install oracle-java8-set-default To confirm the installation was successful, open a terminal and type: javac -version Set the  JAVA_HOME  environment variable to the location of your JDK installation. ( http://www.wikihow.com/Set-Up-Your-Java_Home-Path-in-Ubuntu ) Download and Install Android Studio Download the Android Studio package for Linux  and extract it somewhere (e.g home directory). To launch Android Studio, open a terminal, navigate to the  android-studio/bin/  directory, and execute  studi...

How to Find a YouTube Email By Gaurav Singh Solanki

  How to Find a YouTube Email By Gaurav Singh Solanki When you see a Youtube video that you love, you may want to get in touch with the person who created the video to show your support. Unfortunately Youtube does not show people's personal email addresses. Instead you must message the person through Youtube's own messaging service.                                                                                                                                                                         Things You'll Need Computer Internet connection       ...