What open source tools do you use when developing/testing for Android?
android, open-source
Solution
I use many open source tools for my Android application (which is open source itself). Here they are, plus some other from Moser's PDF:
Coding:
- Eclipse
- vim
- Git
Designing graphics:
- DroidDraw
- Inkscape
- Gimp
Translating:
- android2po
Building:
- Ant
- ProGuard
- Maven
- Python scripting and command prompt tools such as: sqlite3 grep sed awk
Testing:
- JUnit
- Android JUnit Report
- Hudson
- EMMA
- Robotium
- Roboelectric
- Calculon
- Android mock
Debugging:
- SQLite Database Browser
- Memory sucker
Problem
Guys I wanted to know what are the open-source tools other than the ones provided by android you are using....