gpt4 book ai didi

android - 在 Android studio 中更改 cmake 目录

转载 作者:行者123 更新时间:2023-11-29 02:31:01 24 4
gpt4 key购买 nike

我从某人那里复制了一个 Android studio 项目,但我无法清理和重建该项目。这是弹出的以下错误。

错误:任务 ':app:externalNativeBuildCleanDebug' 执行失败。

A problem occurred starting process 'command 'C:\Users\Lenovo\AppData\Local\Android\Sdk\cmake\3.6.4111459\bin\cmake.exe''

假设Users\Lenovo 是以前的程序员用户名,不是我的电脑用户名。

这是我的 build.gradle 应用

应用插件:'com.android.application'

android {
compileSdkVersion 26
defaultConfig {
applicationId "linkdood.isenseocr_android"
minSdkVersion 21
targetSdkVersion 26
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
cppFlags ""
}
}
ndk {
abiFilters "armeabi", "armeabi-v7a", "x86", "mips"
}
}

buildTypes {
release {
useProguard true
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
externalNativeBuild {
cmake {
path 'CMakeLists.txt'
}
}
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
compile 'com.rmtheis:tess-two:8.0.0'
implementation project(':openCVLibrary331')
implementation project(':isenselib')
}

有什么办法可以解决这个问题吗?

最佳答案

只需注释 build.gradle 中 ndk 下的 abiFilters 行,现在同步、清理和重建,现在路径将更改,您现在可以重新引入 abiFilters 并再次构建.这解决了我的问题。

关于android - 在 Android studio 中更改 cmake 目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49609526/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com