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 <[email protected]>
Sent: Sat, 6/27/2009 6:16am
To: [email protected] ; [email protected]
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 <[email protected]> 
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 <[email protected]> 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...
 
 











--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to