The app that protects you physically!
- Visual Studio 2015
- Windows Universal SDKs
- Most dependencies are obtained from Nuget and automatically restored on build.
- Android Studio
- API 16,23 SDK
- Google Play Services SDK
First clone the repo
git clone https://github.com/prajjwaldimri/Friend-App
Open the solution file Friend's.sln in Visual Studio. Make sure the selected platform is either x86 (for emulator) or ARM (for device). Then Build The Solution. Nuget should auto download all missing packages, if not open the package manager and click Restore Missing Packages.
Open the sub-folder named Friend inside the Android folder of Project directly in Android Studio.