> I just built my app against the new SDK released yesterday and it
> seems to break when I run the app in my old 1.5 profile in regards to
> packaging assets.
> I haven't changed anything about my application and it ran on API 3 -
> 7. However just increasing that build to 8 seems to change something
> with the way assets are packed.  Here is a stack trace with the app
> trying to load a resource that it says it cannot fine. If I recompile
> the same code in the same workspace against API 8, it cannot find some
> of my drawables. Anything that seems wrong or is this a bug?

Do a full rebuild of the project. In Eclipse, I think Project|Force Clean
does this. Outside of Eclipse, ant clean does this.

Most likely, the resource IDs changed, but Java code that inlined those
resource IDs did not.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android App Developer Books: http://commonsware.com/books.html


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to