先照
http://www.jollen.org/blog/2008/12/jollen-android-programming-2.html
以及android 官方網頁教學
http://developer.android.com/intl/zh-TW/resources/tutorials/hello-world.html
撰寫sample code
就是在onCreate
加上
TextView tv = new TextView(this);
tv.setText("Hello World - Nelson");
setContentView(tv);
然後點Run->Run->Android Application
等待emulator起來
卻只有看到主畫面 沒有看到Hello World
最後
你要把解鎖動作打開
就可以看到嚕
感謝Tommy跟Robert教學
下載到emulator的程式
可以在這邊找到
點首頁按鈕
點下方按鈕
看到紅色部份
沒有留言:
張貼留言