https://github.com/thedancercodes/betacrashlytics
A project to demonstrate the use of Beta by Crashlytics for app distribution.
https://github.com/thedancercodes/betacrashlytics
android app-distribution crashlytics fabric
Last synced: about 1 month ago
JSON representation
A project to demonstrate the use of Beta by Crashlytics for app distribution.
- Host: GitHub
- URL: https://github.com/thedancercodes/betacrashlytics
- Owner: TheDancerCodes
- Created: 2019-05-22T05:36:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T12:50:14.000Z (about 6 years ago)
- Last Synced: 2025-02-07T12:46:09.774Z (over 1 year ago)
- Topics: android, app-distribution, crashlytics, fabric
- Language: Java
- Size: 151 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beta Crashlytics App
An android project to demonstrate the use of Beta by Crashlytics for app distribution.
## Project Setup
This project is built with Gradle, the [Android Gradle plugin](http://tools.android.com/tech-docs/new-build-system/user-guide). Follow the steps below to setup the project localy.
* Clone [Beta Crashlytics App](https://github.com/TheDancerCodes/BetaCrashlytics) inside your working folder.
* Start Android Studio
* Select "Open Project" and select the generated root Project folder
* You may be prompted with "Unlinked gradle project" -> Select "Import gradle project" and select
the option to use the gradle wrapper
* You may also be prompted to change to the appropriate SDK folder for your local machine
* Once the project has compiled -> run the project!