when i press the back button and i'm in an activity with the ESRI mapview, the application crashes. I'm always getting this behaviour. I'm trying to solve it by overriding the onBackPressed method and creating my intents to go to the previos activity, but this is really complex when you have several activities. Anybody knows the way to avoid this behaviour?
Thank's both of you for your answer. I've downloaded sdk 2.0 and now it's working fine! Altough in requierements it's said that you need android 2.2, i'm using in 2.1 without problems.