1.控制台程序的建立 File->New->Application Client Project,勾选上Create a default Main class 找到Main.java,修改为如下内容: public class Main { public static void main(String[] args) { System.out.println("这是一个测试"); } public Main() { s…
[DDMS] Can't bind to local 8600 for debugger 改成 Under Window -> Preferences -> Android -> DDMS: Set Base local debugger port to "" Check the box that says "Use ADBHOST" and the value should be "127.0.0.1"…
[DDMS] Can't bind to local 8600 for debugger 改成 Under Window -> Preferences -> Android -> DDMS: Set Base local debugger port to "" Check the box that says "Use ADBHOST" and the value should be "127.0.0.1"…