I have situation in eclipse, before i work in eclipse app was running fine, but today, not working. I click on progect->run as->android application. And nothing happens, no error, no popup window, also nothing in console:
2015-10-15 11:01:03 - test] Android Launch!
[2015-10-15 11:01:03 - test] adb is running normally.
[2015-10-15 11:01:03 - test] Performing com.example.test.MainActivity activity launch
[2015-10-15 11:01:03 - test] Automatic Target Mode: launching new emulator with compatible AVD 'Nexus_5_API_22_x86'
[2015-10-15 11:01:03 - test] Launching a new emulator with Virtual Device 'Nexus_5_API_22_x86'
[2015-10-15 11:01:04 - Emulator] emulator: ERROR: x86 emulation currently requires hardware acceleration!
[2015-10-15 11:01:04 - Emulator] Please ensure Intel HAXM is properly installed and usable.
[2015-10-15 11:01:04 - Emulator] CPU acceleration status: HAX kernel module is not installed!
Please tell me, how can i run my app in eclipse to android phone?