Anyone know why this error pops up when running PhoneGap? Is it due to plugins? I'm using built-in plugins though.
* What went wrong: Execution failed for task ':app:compileDebugJavaWithJavac'. Compilation failed; see the compiler error output for details.
* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details.
BUILD FAILED in 16s Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
BUILD FAILED in 16s
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Develop games in your browser. Powerful, performant & highly capable.
Looks like a combination of GooglePlay, GameCenter, and MobileIAP is making it fail. Does anyone have any of these three plugins installed and still able to build through PhoneGap? Thanks!