-
Notifications
You must be signed in to change notification settings - Fork 22
Building up Code
Assuming you have correctly setup
- Git
- Gradle
- Android Studio
Follow the steps below to get project up and running on the emulator or device.
- Clone the Repository By using
-
Using HTTP : git clone https://github.com/mayank-kgp/VoiceCalculator.git
-
Using SSH : git clone [email protected]:mayank-kgp/VoiceCalculator.git
-
Open Android Studio
-
Click on 'Open an existing Android Studio project
-
Browse to the directory where you cloned Voice Calculator repo and Click OK
-
Let Android studio Import the project and Perform Gradle Initialisation, if any Error due to VCS Pops Up, click on Ignore Option
-
After gradle tasks finish you will something like this (You might need to Sync Gradle Files and Build the project manually. For that Click Build -> Rebuild the Project)
-
Now Connect your Android Phone and Run the Project by clicking on this play button or (Ctrl + R - on Windows & ^R on Mac)
-
Now Choose your device to run the project on
-
Wait for a few seconds and app should start on your device