mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Android application for Meshtastic
| .idea | ||
| app | ||
| gradle/wrapper | ||
| images | ||
| .gitignore | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| README.md | ||
| settings.gradle | ||
| TODO.md | ||
Meshtastic-Android
This is a tool for using Android with open-source mesh radios. For more information see our webpage: meshtastic.org. If you are looking for the the device side code, see here.
This project is currently early-alpha, if you have questions or feedback please join our chat . We would love to hear from you.
Soon our first alpha release of will be released here:

Analytics setup
Once this project is public, I'll happily let collaborators have access to the crash logs/analytics.
- analytics is currently on, before beta is over I'll make it optional
- on dev devices "adb shell setprop debug.firebase.analytics.app com.geeksville.mesh" adb shell setprop log.tag.FirebaseCrashlytics DEBUG
- To see analytics: https://console.firebase.google.com/u/0/project/meshutil/analytics/app/android:com.geeksville.mesh/overview
- To see crash logs: https://console.firebase.google.com/u/0/project/meshutil/crashlytics/app/android:com.geeksville.mesh/issues?state=open&time=last-seven-days&type=crash
for verbose logging:
adb shell setprop log.tag.FA VERBOSE