Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to upload file to device from eclipse
    primarykey
    data
    text
    <p>I'm running into an error where I can no longer upload/run my android app from eclipse on to a real device. I don't recall having changed anything particular that would cause this error. here's my error log from console in Eclipse:</p> <p>[2011-05-25 16:58:01 - Child Protector] Android Launch!</p> <p>[2011-05-25 16:58:01 - Child Protector] adb is running normally.</p> <p>[2011-05-25 16:58:01 - Child Protector] Performing com.example.hello.Main activity launch</p> <p>[2011-05-25 16:58:03 - Child Protector] Uploading Hello.apk onto device '982394670345'</p> <p>[2011-05-25 16:58:09 - Child Protector] Failed to upload Hello.apk on device '982394670345'</p> <p>[2011-05-25 16:58:09 - Child Protector] java.io.IOException: Unable to upload file: null</p> <p>[2011-05-25 16:58:09 - Child Protector] Launch canceled!</p> <p>I'm using Eclipse on Ubuntu 9.10. I've looked at the other threads and none of the methods worked (although their error log is slightly different). My adb logcat can't print anything, because the connection never was made (im guessing). I'm able to do a manual "adb install Hello.apk" and that is fine; but i do not want to have to do it each time from terminal (because i also don't know how to use the adb uninstall command - no clue where the file on phone is). </p> <p>i've tried:</p> <ul> <li>restarting computer</li> <li>restarting phone</li> <li>restarting eclipse</li> <li>turning off and on Debugging mode</li> <li>pulling and re-plugging USB cable to phone</li> </ul> <p>also note, the app seems to be able to install on the emulator if i right click the project in Eclipse and select 'Run as -> Android App'. but won't work on my phone... I have an android 2.1 Samsung Galaxy S</p> <p>Also, I'm relatively new to Android, so please provide details in explanation, as my knowledge is limited.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload