Just compiled this and it ran just fine. What is your desktop environment?
On Mar 11, 12:15 pm, Vikash <[email protected]> wrote: > This is Coding I am Running It > Error Occuring : ActivityManager: - exec '/system/bin/sh' failed: Exec > format error (8) - > Please Help ME!! > > public class HelloAndroid 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, Android"); > setContentView(tv); > } > > } -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

