Not through eclipse. but you can use the command line to install the generated apk.
adb install <file.apk> Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Wed, Feb 16, 2011 at 8:28 AM, [email protected] < [email protected]> wrote: > Thanks. Regarding upload, I meant on the phone. Is it possible to tell > eclipse to adb install the signed apk instead of a freshly recompiled one? > Just for convenience. > On Feb 15, 2011 6:41 PM, "TreKing" <[email protected]> wrote: > > On Mon, Feb 14, 2011 at 10:39 PM, Hendrik Greving <[email protected] > >wrote: > > > >> After I've signed and exported an .apk, is there a way to upload this > >> automatically with Eclipse? > > > > > > Upload it to where? The Android Market? > > > > On Mon, Feb 14, 2011 at 10:47 PM, Hendrik Greving <[email protected] > > > > wrote: > > > >> Oh and second question, how do you actually know whether you've compiled > in > >> debug or release mode in Eclipse? > > > > > > When you set debuggable = true and run through the debugger, that's > > basically debug mode. > > When you set debuggable = false and export and sign the APK, that's > > basically release mode. > > > > > ------------------------------------------------------------------------------------------------- > > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > > > transit tracking app for Android-powered devices > > > > -- > > 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 > -- 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

