Hello!
I have tried to use AppWarp's jar file in Android Studio with help of Gradle. I try to use it, like below:
I've got following error:
Error: (39, 0) Gradle DSL method not found: 'compile()'
Possible causes:<ul><li>The project 'superjumper' may be using a version of Gradle that does not contain the method.
<a href="open.wrapper.file">Open Gradle wrapper file</a></li><li>The build file may be missing a Gradle plugin.
<a href="apply.gradle.plugin">Apply Gradle plugin</a></li>
Thanks for your answers!