antoniolg / androidmvp

MVP Android Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import this project

simonides opened this issue · comments

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

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.

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.