Does anybody know why I can not compile this C2 in the c3 exporter?

0 favourites
  • 3 posts
From the Asset Store
2D fighting template based in the game that defined the fighting games genre.
  • here is the log:

    Error: Checking Java JDK and Android SDK versions

    ANDROID_SDK_ROOT=~~/androidSDK (recommended setting)

    ANDROID_HOME=~~/androidSDK (DEPRECATED)

    Using Android SDK: ~~/androidSDK

    :wrapper

    BUILD SUCCESSFUL in 0s

    1 actionable task: 1 executed

    Subproject Path: CordovaLib

    Subproject Path: app

    Task :app:preBuild UP-TO-DATE

    Task :app:preReleaseBuild UP-TO-DATE

    Task :CordovaLib:preBuild UP-TO-DATE

    Task :CordovaLib:preReleaseBuild UP-TO-DATE

    Task :CordovaLib:compileReleaseAidl NO-SOURCE

    Task :app:compileReleaseAidl NO-SOURCE

    Task :CordovaLib:packageReleaseRenderscript NO-SOURCE

    Task :app:generateReleaseBuildConfig

    Task :app:compileReleaseRenderscript NO-SOURCE

    Task :app:javaPreCompileRelease

    Task :app:generateReleaseResValues

    Task :app:generateReleaseResources

    Task :CordovaLib:compileReleaseRenderscript

    Task :CordovaLib:generateReleaseResValues

    Task :CordovaLib:generateReleaseResources

    Task :CordovaLib:packageReleaseResources

    Task :app:createReleaseCompatibleScreenManifests

    Task :app:extractDeepLinksRelease

    Task :CordovaLib:extractDeepLinksRelease

    Task :CordovaLib:processReleaseManifest

    Task :app:processReleaseManifest FAILED

    See http:/~~/manifest-merger for more information about the manifest merger.

    Task :app:mergeReleaseResources

    12 actionable tasks: 12 executed

    ~~/AndroidManifest.xml Error:

    uses-sdk:minSdkVersion 21 cannot be smaller than version 22 declared in library [:CordovaLib] ~~/AndroidManifest.xml as the library might be using APIs not available in 21

    Suggestion: use a compatible library with a minSdk of at most 21,

    or increase this project's minSdk version to at least 22,

    or use tools:overrideLibrary="org.apache.cordova" to force usage (may lead to runtime failures)

    FAILURE: Build failed with an exception.

    * What went wrong:

    Execution failed for task ':app:processReleaseManifest'.

    Manifest merger failed : uses-sdk:minSdkVersion 21 cannot be smaller than version 22 declared in library [:CordovaLib] ~~/AndroidManifest.xml as the library might be using APIs not available in 21

    Suggestion: use a compatible library with a minSdk of at most 21,

    or increase this project's minSdk version to at least 22,

    or use tools:overrideLibrary="org.apache.cordova" to force usage (may lead to runtime failures)

    * Try:

    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

    * Get more help at https:/~~/help.gradle.org

    BUILD FAILED in 7s

    Command failed with exit code 1: ~~/gradlew cdvBuildRelease -b ~~/build.gradle

    thanks in advance

  • and I have another question when using cordova plugins... do I have the plugins in some folder manually to make it work? (I mean for C2 that I intend to export with c3 exporter)

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Try setting the minimum Android version to 5.1. Cordova recently dropped support for 5.0.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)