For those of you who like to use Maven for application development, there is now a much improved Maven Android Plugin available. Version 2.0.0 was released yesterday.
It lets you focus on programming, and takes care of compiling the apk for you. It generates R.java, Java files from aidl files and more. It even autodetects instrumentation test classes and runs them on device. Sample projects for using these features are available. http://code.google.com/p/maven-android-plugin/ Maven Android Plugin is a new project, originally based on Masa, but has since received numerous improvements in terms of bugfixing, features and ease-of-use. It has gone through a number of test releases, and is now quite stable and ready for mass consumption. Some of the new features include: * Dynamic detection and support for Android SDK versions 1.1 -- 1.5r2 and beyond. * No need to double-configure parameters in the pom if the plugin can read them from somewhere else, for example from your AndroidManifest.xml of even from inside binary apk files. * No <pluginRepository> config necessary - we're published on Maven Central servers. New features will be added during the 2.x series, but none that will break backwards compatibility. You should feel safe in starting to use it right now! Go ahead --> http://code.google.com/p/maven-android-plugin/ /Hugo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
