But I will not say which version it knocks out since I have not used the studio for a long time, but when I try to build a project I knock it out

Error:(13, 0) Error: NDK integration is deprecated in the current plugin. Consider trying the new experimental plugin. For details, see http://tools.android.com/tech-docs/new-build-system/gradle-experimental. Set "android.useDeprecatedNdk=true" in gradle.properties to continue using the current NDK integration. 

Everything is intelligible and clear, and the question follows: is it worthwhile to start working with this experimental plugin? Who has already worked with him, what difficulties arose or is there an improvement over the previous one?

    1 answer 1

    If during the import an NDK integration is deprecated… error occurs, to fix it, you need to create the file gradle.properties in the project root folder and write the line android.useDeprecatedNdk=true .

    https://software.intel.com/ru-ru/android/articles/how-to-set-up-fmod-cocos2d-x-and-openal-libraries-for-android-on-intel-architecture