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