##Environment Setup
- File -> Sync Project With Gradle Files
- Build -> Make Project
- You need a device (virtual or hardware) to run anything in this project
- Tools -> AVD Manager ->create virutal device.
- Choose any image (James Webb is using a Pixel 2 API 25)
- If on AMD you MUST pick a system image with an ABI or either armeabi-v7a, or arm64-v8a under the Other Images tab
- Don’t worry about the Your CPU does not support required features. Your emulator will run slower than it would with intel but it will still run
##Running Unit tests
- Build Project
- In file explorer (left hand side of IDE) Android/app/java
- Right click and select run to run a file (MainActivity, or MainActivityTest) (this will not work if you don't have an emulator setup - See Environment Setup)
- If running a unit test file still does not cause your test to run you can try: File -> Invalidate Caches/Restart