Reputation:
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
Reputation: 151
Navigate to terminal/cmd git it by the URL:
git clone https://github.com/getSizeOf/sizeOf-Droid.git
Open Android Studio click on import project, click import project
Upvotes: 1
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).
To run on a device, select "Run" from the toolbar then click 'Run app' from the drop down menu.
Upvotes: 0