Still one problem!

Started by prititalhan, 18. December 2010, 15:28:43

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

prititalhan

Dear Sir,

Thanks for the reply. But I will like to tell you that I have done all the setup in the Eclipse IDE for the android applications but there is still one problem, because I don't know how to run ant in Eclipse! Will you please elaborate how I can do that for our project in Eclipse? Because there is no any build.xml  or any other ant-build xml  file  in the source.

Thanks once again (in advance). :P

- Priti

axin

Hi Priti,

if you have Eclipse and ADT, you should not need to run ant manually.

You can checkout the source from SVN and then create an Android Project from existing source.

First you need to checkout the following two branches:
https://dictionarymid.svn.sourceforge.net/svnroot/dictionarymid/trunk/DictionaryForMIDs
https://dictionarymid.svn.sourceforge.net/svnroot/dictionarymid/trunk/Android

Then you can create an new Android Project in Eclipse and specify the checkout of trunk/Android as existing source. You should then reference the checkout of trunk/DictionaryForMIDs in the build path in the project properties. Right-click on the Android Project then gives you the option to run as Android Application.

For more details (and slightly different approach), please have a look at this post:
http://dictionarymid.sourceforge.net/forum/index.php?topic=217.msg1062#msg1062

Feel free to ask if you have any questions, please include error messages if available.

Achim