When i am running my application as shown below error shows can you tell me what is the problem.
[2012-03-28 23:32:53 - Emulator] WARNING: Data partition already in use. Changes will not persist!
[2012-03-28 23:32:53 - Emulator] WARNING: SD Card image already in use: C:\Documents and Settings\atar singh\.android\avd\Android_4.0.3.avd/sdcard.img
[2012-03-28 23:32:53 - Emulator] ko:Snapshot storage already in use: C:\Documents and Settings\atar singh\.android\avd\Android_4.0.3.avd/snapshots.img
To fix your problem the GUI way:
Go to DDMS perspective, click on the down arrow next to the screen capture camera icon and select reset adb from the dropdown menu.
From the command line:
Open the cmd.exe command prompt. Locate ABD.exe in SDK folder “..\android-sdk\platform-tools\abd.exe”
cd <sdk directory>(move to the folder listed above)dir(to make sure abd.exe is in that directory)adb kill-server(stop the abd service, won’t return anything)adb start-server(start the abd service back up)