antoniolg / androidmvp

MVP Android Example
5.94k stars 1.58k forks source link

Import this project #2

Closed simonides closed 10 years ago

simonides commented 10 years ago

Are you still maintaining this code? I was not able to import this project into a IDE (Eclipse, Android studio) because there seems to be a problem with the src files. They are in the wrong directory. thx fridolin

antoniolg commented 10 years ago

Sure! This project was created a few weeks ago and its up to date and functional. What kind of problems are you having? It needs gradle, so you may open it from Intellij or Android Studio as a gradle project. The best way is importing it from 'VCS -> Checkout from Version Control -> Github' menu option. If you already downloaded it, just import from File menu and choose the build.gradle file.

simonides commented 10 years ago

Ok yes, if I import it directly from ADS it works. I cloned the repo with git bash and tried to import it in eclipse / ADS from there.