Architecture-samples: This project does not use the Gradle build system. We recommend that you migrate to using the Gradle build system

Created on 5 Apr 2016  路  8Comments  路  Source: android/architecture-samples

This project does not use the Gradle build system. We recommend that you migrate to using the Gradle build system...why

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.

All 8 comments

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

  • check out one of the branches
  • open the todoapp, not the root directory.
Was this page helpful?
0 / 5 - 0 ratings

Related issues

aballano picture aballano  路  5Comments

aitorvs picture aitorvs  路  4Comments

iraj-wisilica picture iraj-wisilica  路  6Comments

jpventura picture jpventura  路  5Comments

ghost picture ghost  路  3Comments