Android-Android studio 出現 Error: NDK integration is deprecated in the current plugin. 問題解決

出現如下問題:

Error:(50, 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.



解決辦法:

如圖:  在gradle.properties 文件裏面添加 android.useDeprecatedNdk=true 後重新編譯即可

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章