0

I have downloaded a project from a website. But I don‘t want to import to Eclipse to compile it and generate an APK file. It's not very convinient. So is there a another method to generate an APK file?

PS: the project doesn't contain the build.xml file. I prefer an APK file that have been signed.

2
  • What kind of build tool does the project use? Is it Maven? Is there a pom.xml file there? Commented Aug 27, 2011 at 7:06
  • I download it from google code.There is not any file for compile in the project root directroy. Commented Aug 27, 2011 at 7:52

1 Answer 1

2

You will have to use and and create a build.xml file. Refer to the official documentation on managing and building projects from the command line.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.