After
- increasing the timeout period
- trying kill server and start server commands
- restarting avd
- recreating avd
- restarting the application
- restarting the system
I’m still getting :
Failed to install DataAttach.apk on device 'emulator-5554': device not found
com.android.ddmlib.InstallException: device not found
Launch canceled!
What can be done in this case?
I’m running this app on Emulator (Android version 4.0)
Edit
Apps doesn’t have any issues as far as code is concerned. Still they are showing error about device not found exception.
This has to be sorted out by manually installing the apk through adb command prompt.
After navigating to tools folder from comand prompt,use
(where DataAttach refers to package name, as in my case package name is DataAttach.apk)