1. Add filters in Logcat for Easy viewing of information
Add sysout
Step: Click +, pop up the following window,Filter Name input sysout, byLog Tag Input in System.out , OK confirmation.
2. Eclipse 's workspace
(1) New workspace
A workspace if there are too many Android items to view, you can create a new workspaceandkeep some global configurations. It is recommended that the code in a quarterly video be placed in a workspace so that it is easy to manage.
Step:new->switch workspace,other ... Pop up the following window
Click Browse. Select a specific Workspace , Tick Copy Settings the following two check boxes.
There are some tools that may not have been displayed since the new
Windowsàshow Toolbar, shown below
Windowsàshow perspective, choose java and DDMS, display the following
(2) Delete Eclipse 's workspace
Locate the eclipse\configuration\.settings\org.eclipse.ui.ide.prefs file, open it with Notepad, and locate
Recent_workspaces=d\:\\workspace\nd\:\\coding\nd\:\\coding\\dpc-branches\nd\:\\workspace-branch
See that there are 4 workspacerecorded above;
D\:workspace
D\:coding
D\:coding\dpc-branches
D\:workspace-branch
Delete the unused workspace directory.
In addition, delete the. Metadata and remotesystemstempfiles two folders in the corresponding folder.
(3) modify Eclipse 's WorkSpace hold number
I found it in Eclipse 's configuration file and it was possible to modify it. Modify the method: Modify the configuration\.settings\org.eclipse.ui.ide.prefs file in the Eclipse installation directory to max_recent_workspaces Modify the value you want to set. The original is 5, can be set to ten or larger, to note that is not too big, too big picture may not be displayed. The contents of the modified org.eclipse.ui.ide.prefs file are as follows (Eclipse4.2):
Max_recent_workspaces=5
Recent_workspaces=xxx
Recent_workspaces_protocol=3
Show_workspace_selection_dialog=true
Eclipse.preferences.version=1
3. documentation instructions for offline Android SDK
D:\android\android-sdk-windows\docs\index.html
4. change the platform of Android project
Right-click the project and select properities, as shown below
5. shortcut key Customization
General, Windows-Perferences, Keys
(1)XML
Comment / Uncomment:
Toggle Comment
Binding:F8
When:Editing in structured Text Editors
(2)Java Source
Comment / Uncomment
Toggle Comment
Binding:F8
When:Editing Java Source
(3) operation
Find Run Java Application
Canceling bindings for Refesh and F5
Run the selected resource or active editor
Binding:F5
When:inWindows
(4) Copy the current line to the next line ( copy incremented )
Copy Lines
Duplicates the selected lines and moves the selection to the copy
Binding:F3
When:Editing Text
(5) Call Hierarchy Hierarchy
Initial shortcut key is ctrl+alt+h, now change to F4
Name:open Call Hierarchy
Description:open a call hierarchy on the selected element
Binding:f4
When:in Windows
6. Baidu Map Development on Eclipse
The Android security code consists of the following rules: SHA1 value of Android signing certificate + ";" +packagename (i.e.: digital signature + semicolon + application package name).
SHA1 value of native Android signing certificate: 50:9b:6d:ce:15:8f:dc:b6:a2:96:6a:aa:c2:89:0f:34:9c:30:3b:a8
Android security code for this machine:XZF7KTN50QAKDE0M8NIAVPDG
7. Eclipse Uninstall Plugin
Original URL: http://blog.csdn.net/nairuohe/article/details/5894223
Help--About Eclipse--Installation Details--click to the plug-in you want to remove, such as Eclipseme, Uninstall
Eclipse Operations Record