Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-13646

Unable to compile native code (android.useDeprecated.Ndk not supported anymore)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 7.0.0
    • None
    • cordova-android

    Description

      A cordova project that contains native/jni code fails to compile, because android.useDeprecatedNdk is not supported anymore.

      Steps to reproduce:
      1) create a new cordova project
      2) add android platform
      3) mkdir platforms/android/app/src/main/jni
      4) touch platforms/android/app/src/main/jni/Android.mk
      5) cordova build android

      It fails with the following error:

      FAILURE: Build failed with an exception.
      
      * What went wrong:
      Execution failed for task ':app:compileDebugNdk'.
      > Error: Flag android.useDeprecatedNdk is no longer supported and will be removed in the next version of Android Studio.  Please switch to a supported build system.
        Consider using CMake or ndk-build integration. For more information, go to:
         https://d.android.com/r/studio-ui/add-native-code.html#ndkCompile
         To get started, you can use the sample ndk-build script the Android
         plugin generated for you at: .../testnative/platforms/android/app/build/intermediates/ndk/debug/Android.mk
        Alternatively, you can use the experimental plugin:
         https://developer.android.com/r/tools/experimental-plugin.html
        To continue using the deprecated NDK compile for another 60 days, set 
        android.deprecatedNdkCompileLease=1512654767567 in gradle.properties
      

      Attachments

        Issue Links

          Activity

            People

              bowserj Joey Robert Bowser
              goffioul Michael Goffioul
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: