When i am running my application. i am getting this problem “emulator.exe has encountered a problem and needs to close. we are sorry for the inconvenience.” How to handle this type error at the same time my logcat file showing empty. is any emulator installation problem? How to handle this can anybody help me.
thanks.
go to command prompt>> and cd path where your android install
cd d:\android-sdk-windows\platform-tools\
run command
d:>adb kill-server
d:>adb start-server