JDK and ADB configuration and computer-mounted cool system experience

Source: Internet
Author: User
Tags linux mint

1. Dual system Installation

I chose to install the WINDOWS10 and Linux Mint 18.2 Sonia

First we need to install WIN10, you can use 360 compression directly see the WIN10 image extracted to the U disk as a system disk (Linux is the same)

Installing the Windows system I'm going to be the main one. About Linux Installation

First, if we have SSDs, we can consider dividing them into two for Windows and Linux.

After installing Windows Select USB flash drive as first boot mode, enter the Linux installation interface

Choose Windows ' and Linux coexistence when partitioning

Linux will automatically help you create the boot interface

Recommended 20g/2g swap rest for home.

After the installation is restarted, you will be able to identify the hard drive in Linux correctly after rebooting into Windows.

I wish you a pleasant system.

2.JDK and ADB configuration

sudo gedit/etc/profile or sudo gedit ~/.BASHRC

  Export java_home=/usr/JAVA/jdk1.8.0_91

Export JRE_HOME=${JAVA_HOME}/JRE

Export Classpath=.:${java_home}/lib:${jre_home}/lib

Export Path=${java_home}/bin: $PATH

Export path= $PATH:/your_android-sdk-linux_path/platform-tools/

JDK and ADB configuration and computer-mounted cool system experience

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.