You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an error in the android build.gradle file
"Android Gradle script error for eclipse task: java.io.File cannot be cast to org.gradle.api.artifacts.Configuration"
plusConfigurations += project.configurations.compile
should be:
plusConfigurations += [project.configurations.compile ]
There is an error in the android build.gradle file
"Android Gradle script error for eclipse task: java.io.File cannot be cast to org.gradle.api.artifacts.Configuration"
plusConfigurations += project.configurations.compile
should be:
plusConfigurations += [project.configurations.compile ]
Fixed by hchan
libgdx/libgdx-demo-cuboc#6
The text was updated successfully, but these errors were encountered: