Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What open source tools do you use when developing/testing for Android? [closed]

Guys I wanted to know what are the open-source tools other than the ones provided by android you are using....

like image 428
Bharat Pawar Avatar asked Dec 18 '22 03:12

Bharat Pawar


1 Answers

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
like image 192
Nicolas Raoul Avatar answered Dec 28 '22 06:12

Nicolas Raoul