takimafr / androidkickstartr

AndroidKickstartR helps you to quickly create a well configured Android application using the most popular libraries. It creates and configures your project for you. Just focus on code!
http://androidkickstartr.com
Other
608 stars 116 forks source link

Add Developer Guide/Documentation #39

Open a-thomas opened 11 years ago

jeremiemartinez commented 11 years ago

I just set up my environment yesterday from a new fresh installed Mac. I ran into some dummy problems like I have not declared a MAVEN_HOME variable but a M2_HOME so I got a NPE in the tests. So, I think it would be nice and easy to take into account the possibility that the contributer did not have a MAVEN_HOME variable declared and tell him. (I probably could work on it if you are interested).

It would be also nice to add some information in Test classes like you need a device to run these tests.

jeremiemartinez commented 11 years ago

Add a eclipse formatter to format Java code.

a-thomas commented 11 years ago

It's definitely a good idea to have a formatter config.

a-thomas commented 11 years ago

I recently discovered the Maven Checkstyle Plugin. It would be interesting to add it.