android - Could not find method compile() for arguments [file collection] on object -
this image shows project structure , error
i'm following this tutorial build sample app using kudan.
here got error (shown in screenshot) after step 5 (means after adding kudanar.jar , cardboard.jar file dependencies )
i'm not sure see why need new module cardboard. can place cardboard.jar app/libs, , in app/build.gradle, can compile jar file others 1 line
dependencies { compile filetree(dir: 'libs', include: ['*.jar']) 
Comments
Post a Comment