Skip to content

Building up Code

MAYANK JINDAL edited this page Dec 2, 2016 · 1 revision

Assuming you have correctly setup

  • Git
  • Gradle
  • Android Studio

Follow the steps below to get project up and running on the emulator or device.

  1. Clone the Repository By using
  1. Open Android Studio

  2. Click on 'Open an existing Android Studio project

  3. Browse to the directory where you cloned Voice Calculator repo and Click OK

  4. Let Android studio Import the project and Perform Gradle Initialisation, if any Error due to VCS Pops Up, click on Ignore Option

  5. 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)

  6. Now Connect your Android Phone and Run the Project by clicking on this play button or (Ctrl + R - on Windows & ^R on Mac)

  7. Now Choose your device to run the project on

  8. Wait for a few seconds and app should start on your device

Clone this wiki locally