First, if you are running android tools 8.0.1 from eclipse than everything works fine. Second, to run build using android tools 8.0.1 or higher outside of eclipse you must use ant 1.8.1 or higher. Most Linux version in theri beta/test repos already have compiled ant 1.8.1 binaries to install to run ant 1.8.1 form the [...]
Posts Tagged ‘Integrated development environment’
Android Tools 8.0.1, Eclipse and ANT 1.8.1
Posted: December 17, 2010 in Android, EclipseTags: ANT, Apache Ant, Eclipse, Integrated development environment, Linux
The Philosophy of AndCooperANT
Posted: September 27, 2010 in AndCooper, AndroidTags: Build automation, Build Management, Continuous integration, Integrated development environment, Java
If you visit most android developer forums you find android developers from all areas of development. Some are web developers, some are MS.NET developers, some are java developers, some are JavaEE developers, some are CS students, etc. Among those many groups there is not a common thread of using a continuous integration build server. With [...]
Android TestProject in parent project folder
Posted: September 9, 2010 in Android, EclipseTags: Android, Development Tools, Eclipse, Integrated development environment
Okay, time for some more eclipse tricks. Create new project, do not click finish yet! Uncheck the default location and browser and select the parent project folder and in the address bar of project location type /test and you will see: Correction: Name Project ParentProjectNameTest, ADT plugin will show an extra project at workspace root(you [...]
Android Code Samples Complaint
Posted: July 1, 2010 in AndroidTags: Android, Google, Integrated development environment, Programming
Like I never complain, right? While I appreciate the hard work every Android OS contributor has put in thus far some of the android code samples leave a lot to be desired. Code style mess-ups like if statements without brackets, parameters not finalized, etc. Still using the old test sub-folder in project instead of separate [...]
An Apology to MotoDEV Studio Team
Posted: October 4, 2009 in Android, Java, MobileTags: Android, Eclipse, Integrated development environment, Motorola
Image via Wikipedia My intention was to see if I would be able to use the MotoDev Studio for Android in producing Android Applications for several book proposals that I am submitting to Apress. But due to everal short-sighted decisions that are evidently part of the core MotoDev Studio philosophy I cannot accomplish that feat. [...]
AndCooper 0.1 Alpha Release, Tonight
Posted: June 23, 2009 in AndCooper, Android, Java, MobileTags: Android, Continuous integration, Integrated development environment, Java, Programming, Unified Modeling Language
The Andr0id Java Application Build tool called AndCooper is being released tonight as 0.1 Alpha. Included with this release is a modifid PMD.jar with a very alpha PMD ruleset for Andorid that goes beyond the PMD Android ruleset. No matter what Continuous Integration server you may be running its just simple drop the stuff in [...]
AndCooper JavaDoc Generation
Posted: June 16, 2009 in AndCooper, Android, MobileTags: Android, Google, Integrated development environment, Programming
Okay now take a look at this apiviz javadoc generation of an Android class: Notice anything wrong? look again, there is something wrong in that the proper package name is not shown fo rthe parent Activity class. The Android classes are need for two features in our android development process. One, for IDE code completion. [...]


