Search This Blog

07 May 2010

MyActivity renamed

For anyone following the tutorials in this blog, you are used to the archetype creating MyActivity.java.  As I was writing up the tutorial for a multi-module android project, I realized that would cause conflicts when you have more than 1 project.  As such, I have changed the filename to ${artifactId}Activity.java...

So, if you created the project as such:
groupId: org.eoti.galatea
artifactId: SomeTest

Then the actual source file will now be:
SomeTest\src\main\java\org\eoti\galatea\SomeTestActivity.java
instead of
SomeTest\src\main\java\org\eoti\galatea\MyActivity.java


Hope that helps.

No comments:

Post a Comment