I am using Gradle 2.4
and Android Studio 1.3
. I have tried to use AppWarp
's JAR
file as a dependency in a libGDX
project. I have got following error during Gradle
sync:
Gradle DSL method not found 'compile()'
I put code below in allprojects
section.
dependencies {
compile files('libs/App42MultiPlayerGamingSDK.jar')
}