J'ai copié le dossier thislibrary
à la racine du projet mais j'obtiens toujours:
Error:(27, 0) Project with path ':library' could not be found in project ':app'.
<a href="openFile:/home/oreo/Projects/RippleSample/app/build.gradle">Open File</a>
Voici la structure du projet:
RippleSample
> .gradle
> .idea
> app
> gradle
> library [just imported]
Dans votre RippleSample/settings.gradle
vous devez ajouter:
include ':app' , ':library'