- Install Eclipse (sudo apt-get install eclipse)
- Verify that Eclipse Update repo setup correctly (instructions here) (this was actually only a problem for me in Fedora and not Ubuntu)
- Install Android SDK (instructions found here)
- Create a Virtual Device (instructions here)
- Checkout the code (Instructions here)
- Change JDK Compliance to 1.6 in Windows->Preferences->Java->Compiler
- Create a new Android Project in Eclipse using the checked out source
- Install Checkstyle (Instructions here) (I had to set it to exclude the "files not open in editor" to avoid a ton of places that didn't match the style file. Hopefully, that can be resolved as people start to write compliant code)
- Add the checkstyle-config-1.0.0.xml as an "External Configuration File" in the Checkstyle section of the Project Properties
- In the Java Code Style->Formatter section of the Project Properties, import the ldssa.codestyle.xml file and select that as the Active Profile
The place that documents all of the crazy ideas I have and all of the wacky projects that come from them.
Tuesday, March 8, 2011
LDS Tools for Android
So I wanted to start working on the LDS Tools app for Android and it was a bit of a pain to get it all setup, so here's the list of stuff that I had to do to get it to work and hopefully it will help someone else out. I did it with Ubuntu 10.10, but the same general steps should apply to any OS.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment