Failed to install *.apk on device '*': Local path doesn't exist

Viewed 20584

I'm recieving the following error when trying to run my app on my phone. It used to work, but it has now decided to always give me this error and I can't figure out how to get it working again.

Failed to install *.apk on device '*': Local path doesn't exist. 
com.android.ddmlib.SyncException: Local path doesn't exist. 

Launch canceled!

I've tried restarting the computer, the phone, and the debug mode, none of which have worked.

Edit: I get this error both on my phone and on the emulator!

1 Answers
Related