- May 22, 2012
- 10
- 0
- 0
Hello, You'se Guys and Gals,
Mr Diddle here. I'm trying to extend the functionally of my "Hello Android" app by adding :
However when I select "Run as/Android Application in Eclipse Indigo Release 2, my changes are not reflected; The rendered AVD displays the un-altered "HelloAndroid" app.
If I run a second time, the new app appears...
How to get rid of the "Ghost" of my first src file to "Go Away" on subsequent "Run/Run as..."
Thanks,
Scot L. Diddle, Richmond VA
Mr Diddle here. I'm trying to extend the functionally of my "Hello Android" app by adding :
Code:
tv.setText("<br> \n");
setContentView(tv);
tv.setText("Goodby, Android");
setContentView(tv);
However when I select "Run as/Android Application in Eclipse Indigo Release 2, my changes are not reflected; The rendered AVD displays the un-altered "HelloAndroid" app.
If I run a second time, the new app appears...
How to get rid of the "Ghost" of my first src file to "Go Away" on subsequent "Run/Run as..."
Thanks,
Scot L. Diddle, Richmond VA