이게 제 첫 작품입니다. ^^ 근데 에러가 뜨네요..

--<< 첫작품명 : why >>-- ''why라고 한 이유는 [[왜 안될까]]하면서 고민하면서 만들어서임 ㅎㅎ"

package com.android.why;

import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;

public class why extends Activity {
    /** Called when the activity is first created. */
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);
              
       
        TextView tv = new TextView (this);
        tv.setText ("Hello, Minwoo2");
        setContentView (tv);

---------------------------------------------------<< 그런데 실행시키니까 결론은 콘솔창에 >>------


[2010-06-23 21:22:41 - why] Re-installation failed due to different application signatures.
[2010-06-23 21:22:41 - why] You must perform a full uninstall of the application. WARNING: This will remove the application data!
[2010-06-23 21:22:41 - why] Please execute 'adb uninstall com.android.why' in a shell.
[2010-06-23 21:22:42 - why] Launch canceled!

이렇게 뜹니다.. ^^;; 땀만 또 삐질삐질 흘리다가... 이렇게 글을 올리네요..^^

뭐가 어디서부터 잘못된걸까요?

참고로 결과판그림(안드로이드 화면창)은 아래 첨부와 같습니다. ㅠ0ㅠ

and-3.JPG and-1.JPG and-2.JPG