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