This project does not use the Gradle build system. We recommend that you migrate to using the Gradle build system...why
Hi @HaagenDaz, have you tried checking any of the branches out? master won't allow you to build anything.
@malmstein Every branch is a single progect?
Every branch is a showcase of a different architecture, check https://github.com/googlesamples/android-architecture#samples out
ye, I check https://github.com/googlesamples/android-architecture#samples out and checkout todo-mvp-loaders branch. But it prompt "This project does not use the Gradle build system. " . Now I open the todoapp directory with android studio, it work.
close your project then backup it, delete the ".idea" folder and all *.iml files in your project then reopen it
Hello, did you found solution for this? This project does not use the Gradle build system. We recommend that you migrate to using the Gradle build system.
facing the same issue
You need to
Most helpful comment
ye, I check https://github.com/googlesamples/android-architecture#samples out and checkout todo-mvp-loaders branch. But it prompt "This project does not use the Gradle build system. " . Now I open the todoapp directory with android studio, it work.