I have some code that uses the android packages for HTML parsing. Is there a simple way to run the code in Eclipse using a main method without fussing with an emulator?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you really do want to run a main over your code (let’s say, you got a routine to run):
Create another Eclipse project referencing the Android code and put you main there. You’ll be able to call any class that do not depend on an emulator.