Add basic dev env setup guide (#2)

Add basic dev env setup guide
This commit is contained in:
Jason Hu 2019-04-03 11:36:27 -07:00 committed by Robbie Trencheny
parent 18b6ce60ff
commit 7b6fbbe914
2 changed files with 24 additions and 1 deletions

View file

@ -0,0 +1,8 @@
<component name="ProjectDictionaryState">
<dictionary name="awarecan">
<words>
<w>firebase</w>
<w>tada</w>
</words>
</dictionary>
</component>

View file

@ -1 +1,16 @@
# 📱 Home Assistant Companion for Android
# :iphone: Home Assistant Companion for Android
## Setup Development Environment
- Download and install [Android Studio](https://developer.android.com/studio)
- Create a Firebase project at [Firebase Console](https://console.firebase.google.com)
- Add an Android app to your Firebase project, follow the on screen instruction download the `google-services.json`
to your home-assistant-Android/app folder
- Use Android Studio open your source code folder and click Run -> Run 'app'
- Connect your phone or create a new virtual device following on screen instruction
- :tada: