.NET Developer here just getting started with Eclipse and Android.
Can someone show me in the simplest way possible, with the absolute fewest lines of code, how to D
Change your onCreate to
@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
for me this update worked