5.23.2013

Error: Android runtime shutting down

After updating Android SDK version from 21.0.0 to 22.0.0, when running android application on Emulator, it displays this message : Android runtime shutting down.
Fix :

Eclipse go to:
"Project" -> "Properties" -> "Java Build Properties"
On the "Order and Export" tab I checked "Android Private Libraries" .
Run again successful.