android - Could not find method compile() for arguments [file collection] on object -


this image shows project structure , error

img

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

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -