[android-beginners] Re: Hello World not working

2008-10-06 Thread Cyclonus
/android/reference/adb.html#logcat 2008/10/3 Cyclonus [EMAIL PROTECTED] Hey guys I just got Android up and running and I followed the tutorial on the Android tutorial page, but I can't get it running. Here is the code: package HelloAndroid.der; import android.app.Activity; import

[android-beginners] Hello World not working

2008-10-03 Thread Cyclonus
Hey guys I just got Android up and running and I followed the tutorial on the Android tutorial page, but I can't get it running. Here is the code: package HelloAndroid.der; import android.app.Activity; import android.os.Bundle; import android.widget.TextView; public class HelloAndroid extends