Re: [android-developers] Error when trying to change image resource

2011-09-12 Thread TreKing
On Sat, Sep 10, 2011 at 7:22 PM, Daniel wrote: > when the app attempts to launch, I get an error stating that the app > stopped unexpectedly. > You need to debug your application. At the very least post a stacktrace of the problem that you get from LogCat. Look for "Cause by:".

[android-developers] Error when trying to change image resource

2011-09-12 Thread Daniel
I'm pretty new to android development and my newest project requires me to change the source of an imageview from within my code. I'm just trying to test this out right now and I'm running into problems. If I create my layout from within code ("The commented code below"), my app runs and successful