Eclipse can debug an Android project on both an emulator and device. You
can't though for an APK, but for a source project, that comes with the
plugin

On Sat, Jun 27, 2009 at 10:11 PM, Tony Su <ton...@su-networking.com> wrote:

>  I'm interested in this as well...
>
> At least with my experience with Visual Studio, normally you can't import
> an install package unless the IDE (in this case Eclipse) has the ability to
> reverse engineer and extract the source code from the package.
>
> I'm also interested in whether Eclipse can be used to debug an Android
> project, so far unless I'm missing something although Eclipse (with the
> Android plugin) can make an APK, because running the APK isn't integrated
> into Eclipse I'm not sure how how the debugger is wired up to the running
> application.
>
> Tony
>
>  ------------------------------
>  *From: *Personality <mr.pers...@gmail.com>
> *Sent: *Sat, 6/27/2009 6:16am
> *To: *android-beginn...@googlegroups.com ; nikradf...@googlemail.com
> *Subject: *[android-beginners] Re: How to test Sipdroid using an emulator?
>
> Thank you for your response. But intention is to run the application using
> the ADT plugin in Eclipse (which includes the emulator). How do I add this
> application package as an Eclipse project? I think if I can succeed to that
> point- then I can complete the work.
>
> On Sat, Jun 27, 2009 at 8:11 AM, Nicholas Radford <
> nikradf...@googlemail.com> wrote:
>
>> assuming you have a .apk file
>> adb install <package file>
>>
>> example
>>
>> adb install myPackage.apk
>>
>> This will require the emulator to have been started, and no android
>> devices connected via usb.
>>
>> On Fri, Jun 26, 2009 at 2:57 AM, Personality <mr.pers...@gmail.com>wrote:
>>
>>> Hello. I have downloaded Sipdroid and I want to test how it works so that
>>> I can learn some of the skills that have been used in its development. The
>>> problem is- I cannot load the program into the Android emulator. While I
>>> know how to create a new folder myself and work with the emulator, how can I
>>> load this program into the emulator? (FYI: I am using emulator within
>>> Eclipse).
>>>
>>> Please assist...
>>>
>>>
>>>
>>>
>>>
>>
>>
>>
>
>
>
>
> >
>


-- 
Andrew Burgess

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to