-
-
Save danhantao/11311495 to your computer and use it in GitHub Desktop.
一些环境相关的内容
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# connect computer | |
Usb: | |
http://developer.android.com/tools/device.html | |
adb -s emulator-5554 shell | |
adb connect 192.168.11.21 | |
# lsusb | |
#Bus 001 Device 008: ID 0bb4:0c02 High Tech Computer Corp. | |
# eclipse: | |
# maven: | |
https://code.google.com/p/google-web-toolkit/wiki/WorkingWithMaven | |
# 安装插件: | |
http://blog.csdn.net/zzbatluzhou/article/details/5961733workspace | |
# mechanic: | |
https://code.google.com/a/eclipselabs.org/p/workspacemechanic/wiki/GettingStarted | |
#code style:这个是code style文件,需要导入。 这个是整个的,用workspace mechanic来管理:(地址,或者epf结尾的文件) | |
M2E:http://download.eclipse.org/technology/m2e/releasesWorkspace | |
Mechanic:http://workspacemechanic.eclipselabs.org.codespot.com/git.update/mechanicAndroid | |
Configurator for M2E: | |
http://rgladwell.github.com/m2e-android/updates/ | |
test: | |
maven: | |
http://download.eclipse.org/technology/m2e/releases | |
workspacemechanic: | |
http://workspacemechanic.eclipselabs.org.codespot.com/git.update/mechanic | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment