刚装好android sdk
按照http://developer.android.com/resources/tutorials/hello-world.html
实验helloword程序。
但是出错。日志如下:
05-01 20:06:23.278: E/AndroidRuntime(538): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.helloandroid/com.example.helloandroid.HelloAndroidActivity}: java.lang.ClassNotFoundException: com.example.helloandroid.HelloAndroidActivity
------解决方案--------------------
在Manifest.xml中没有配置HelloAndroidActivity