ABIs [armeabi, mips] are not supported for platform android NDK

前端 未结 4 1279
野趣味
野趣味 2021-02-06 02:10

I am using JNI code in my project with abiFilters like below

apply plugin: \'com.android.application\'

android {
    compileSdkVersion 28
    defa         


        
4条回答
  •  盖世英雄少女心
    2021-02-06 02:54

    The same issue using Android Studio 4.1.1 on Windows 10. Changing the version in build.gradle fixes e.g. from classpath "com.android.tools.build:gradle:4.1.1" to classpath "com.android.tools.build:gradle:4.0.0".

提交回复
热议问题