nisrulz / android-examples

:shipit: [Examples] Simple basic isolated apps, for budding android devs.
Apache License 2.0
1.75k stars 661 forks source link

Dependencies Problem while loading a single project #15

Closed ghost closed 7 years ago

ghost commented 7 years ago

It's not a feature nor a bug a request to make documentation more clear. You should point out that, if we are downloading a single project we also have to download the dependencies.gradle file and put it inside the parent folder of the project's folder or inside the project's folder and make a small change in project level build.gradle file

If you try to build a single project, for example, ActivityLifecycle toy app you will get a gradle error Error:Could not read script '/home/astronaut/Downloads/dependencies.gradle' as it does not exist.

Screenshot

nisrulz commented 7 years ago

@wookupmaker good catch, I did miss that part out. I will update the readme file with the required update.

nisrulz commented 7 years ago

Closing as this is fixed and readme is updated.