Hi All,
When I use the activitycreator.py (python script) for creating an application,
it creates the facility for making the package file (.apk) using ant. But when
I create an application in Eclipse, it does not create the xml file needed for
creating the .apk file. How to configure Eclipse for making an .apk file
for an application?
Thanks,
Ram


believe on Google site ). If you're building project using just eclipse your apk will be in bin. If you need it on the device - export unsigned . Everything is described very well in documentation. You HAVE to read it at least once.
