package com.example.hosgeldinandroid;


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

public class HosgeldinAndroid extends Activity {
   /** Called when the activity is first created. */
   @Override
   public void onCreate(Bundle savedInstanceState) {
   TextView tv = new TextView(this);
   tv.setText("Hosgeldin, Bircan");
   setContentView(tv);
   }
}
Bu kodlamada herhangi bir sorunmu mevcut android programlamaya yeni başlıyorum örnek bir text metni oluşturmaya çalışırken hata alıyorum ;