百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
G

gauges-android

> 编程语言
开源

Gaug.es Android 应用

711 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Gaug.es Android 应用

Gaug.es Android App

This repository contains the source code for the Gaug.es Android app available from Google Play.

Please see the issues section to report any bugs or feature requests and to see the list of known issues.

License

  • Apache Version 2.0

Building

The build requires Maven v3.0.3+ and the Android SDK to be installed in your development environment. In addition you'll need to set the ANDROID_HOME environment variable to the location of your SDK:

export ANDROID_HOME=/home/roberto/tools/android-sdk

After satisfying those requirements, the build is pretty simple:

  • Run mvn clean package from the app directory to build the APK only
  • Run mvn clean install from the root directory to build the app and also run the integration tests, this requires a connected Android device or running emulator

You might find that your device doesn't let you install your build if you already have the version from the Android Market installed. This is standard Android security as it it won't let you directly replace an app that's been signed with a different key. Manually uninstall Gauges from your device and you will then be able to install your own built version.

Acknowledgements

Gaug.es for Android is built on the awesome Gauges API and uses many great open-source libraries from the Android dev community:

  • ActionBarSherlock for a consistent, great looking header across all Android platforms, ViewPagerIndicator for swiping between content, traffic, & referrer pages, and NineOldAndroids for the AirTraffic view animations - all from the prolific Jake Wharton.
  • RoboGuice for dependency-injection.
  • Robotium for driving our app during integration tests.
  • android-maven-plugin for automating our build and producing release-ready APKs.

Contributing

Please fork this repository and contribute back using pull requests.

Any contributions, large or small, major features, bug fixes, additional language translations, unit/integration tests are welcomed and appreciated but will be thoroughly reviewed and discussed.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Java

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言