user3354446
user3354446

Reputation:

How to get this project up and running on an Android?

This project at a hackathon was just simply ingenious. And as a curious noob, I want to check it out. They don't have it on PlayStore, nor did they have an APK, but I want to see how it works. So how would I run this on Android?

It's also important to note that this is not a typical Android project. This doesn't work with just importing it to android studio. Trust me, I've tried it like that.

Upvotes: 0

Views: 47

Answers (2)

Eugene R. Wang
Eugene R. Wang

Reputation: 151

  1. Navigate to terminal/cmd git it by the URL:

    git clone https://github.com/getSizeOf/sizeOf-Droid.git

  2. Open Android Studio click on import project, click import project enter image description here

  3. Click on build.gradle on the project level enter image description here

  4. Project opened, get coding!!! enter image description here

Upvotes: 1

frogmanx
frogmanx

Reputation: 2630

Try opening the project with 'project' being the root folder. I just opened it in Android Studio 1.2.2 (latest) and it works fine.

Sometimes, when you open an existing project, you have to expand to show the project structure by clicking on "1. Project" and then select "Project" from the drop-down menu (person preference).

Project structure

To run on a device, select "Run" from the toolbar then click 'Run app' from the drop down menu.

Upvotes: 0

Related Questions