JDK:
1. decompress the package directly to the Development Directory.
2. Configure environment variables:
1.1 enter the user root directory
1.2 View --> show hidden files
1.3 open. bashrc
1.4 add export Path = $ path:/Your JDK bin path to the last line of the file and save the folder (if you do not know your bin path, you can use ls to enter the JDK bin directory and then get the path through PWD)
ADT:
Install the Eclipse plug-in for Android:
1. Go to eclipse and click Help --> install new software --> Add --> archive --> Find the ADT release 0.1. Zip package.
2 then OK --> next...
3. Restart eclipse. Now the ADT plug-in is successfully installed.
Eclipse_windows:
Directly decompress the package to the Development Directory and import the eclipse method:
Open eclipse --> window --> preferences --> left-side Android options --> SDK location browse --> select the decompressed path
Eclipse_ubuntu:
Directly decompress the package to the Development Directory and import the eclipse method:
Open eclipse --> window --> preferences --> left-side Android options --> SDK location browse --> select the decompressed path
Ndk:
1. decompress the package directly to the Development Directory and enter the root directory of the user.
2 View --> show hidden files
3 open. bashrc
4. Add two lines at the end of the file. 1. ndkroot = ndk package Path 2. Export Path = $ ndkroot: $ path
Eclipse_codetemplates:
This XML file is a unified annotation configuration file, which needs to be imported after eclipse is installed.
Import method:
Import the unified annotation XML file eclipse_codetemplates.xml open eclipse --> window --> preferences --> JAVA --> code style --> code templates --> Import --> select
Eclipse_codetemplates.xml File
Eclipse_formatting:
This XML file is a unified formatting configuration file, which needs to be imported after eclipse is installed.
Import method:
Import the unified formatting XML file eclipse_formatting.xml. Open eclipse --> window --> preferences --> JAVA --> code style --> formatter --> Import --> select eclipse_formatting.xml.
Ant-plug:
1. Windows Installation Method
Decompress the package directly and configure the bin directory to the system path environment variable.
2. Ubuntu Installation Method
2.1 decompress the package directly to the Development Directory and enter the root directory of the user.
2.2 View --> show hidden files
2.3 open. bashrc
2.4 Add export Path = $ path:/your ant bin path to the last row of the file and save the folder
Green-plug:
This is a plug-in for generating UML class diagrams using existing classes.
Installation Method:
1. directly add Compression
2. Copy and decompress the files under plugs to the plugs folder under the eclipse directory.
Svn-plug:
Installation Method:
1. Go to eclipse and click Help --> install new software --> Add --> archive --> to find the site-1.8.14.zip package.
2 then OK --> next...
3. Restart eclipse. The SVN plug-in is successfully installed.