That's a pretty exotic setup... but whatever floats your boat...

If I'm reading things right, you shouldn't have to *run* from Eclipse at
all. Since you already build and install from the command line, you can
simply attach Eclipse for debugging to an already running process. Look in
the DDMS perspective's device panel. First select a particular
device/process, then a button lights up above to attach to it for debugging.
 27.04.2011 2:10 пользователь "Tobiah" <[email protected]> написал:
> On 04/26/2011 02:32 PM, TreKing wrote:
>> On Tue, Apr 26, 2011 at 4:29 PM, Tobiah <[email protected]
>> <mailto:[email protected]>> wrote:
>>
>> I googled around and saw some similar problems, but I couldn't
>> figure this out.
>>
>>
>> First hit for "Application already deployed. No need to reinstall."
>>
http://groups.google.com/group/android-developers/browse_thread/thread/2eb92316b474fa00
>
> So the answer is to recreate the project? Seems like that's the answer
> to a few things. My problem is that I've been trying to get a project
> that I can build from the command line:
>
> if ant debug; then
> #adb shell pm uninstall -k com.rcsreg.exposmart
> adb uninstall com.rcsreg.exposmart
> adb -d install bin/ExpoSmart-debug.apk
> adb shell am start -n
> com.rcsreg.exposmart/com.rcsreg.exposmart.ExpoSmart
> adb logcat ExpoSmart:V *:E
>
> fi
>
>
> And also use eclipse with it when I need it. I seem to
> be able to do one or the other. The closest I've come
> is what I have, where I have to clean from eclipse every
> time. I've rebuilt the project many times, and installed
> eclipse fresh, and the ADT plugin and the sdk starter.
> Tried taking my command line project and importing from source,
> and tried taking a fresh eclipse project, and copying my source
> files into it. So far, I can't seem to get the two to live
> together cleanly.
>
> Thanks,
>
> Tobiah
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to