简体   繁体   English

Android Studio 在我的应用程序上发出警告:app:stripDebugDebugSymbols UP-TO-DATE

[英]Android Studio Warning on my app: app:stripDebugDebugSymbols UP-TO-DATE

I'm trying to remove warnings in my app but this is a warning that I cannot remove... I don't really know what that means, let me know if you have an idea.我正在尝试删除我的应用程序中的警告,但这是一个我无法删除的警告...我真的不知道那是什么意思,如果您有想法,请告诉我。 Thank you so much!太感谢了!

 > Task:app:stripDebugDebugSymbols WARNING: Compatible side by side NDK version was not found. Default is 20.0.5594570. Compatible side by side NDK version was not found. Default is 20.0.5594570. Unable to strip the following libraries, packaging them as they are: libpl_droidsonroids_gif.so, libpl_droidsonroids_gif.so,

libpl_droidsonroids_gif.so, libpl_droidsonroids_gif.so, libpl_droidsonroids_gif.so, libpl_droidsonroids_gif.so, libpl_droidsonroids_gif.so. libpl_droidsonroids_gif.so、libpl_droidsonroids_gif.so、libpl_droidsonroids_gif.so、libpl_droidsonroids_gif.so、libpl_droidsonroids_gif.so。

 > Task:app:mergeExtDexDebug > Task:app:packageDebug > Task:app:assembleDebug > Task:app:stripDebugDebugSymbols UP-TO-DATE WARNING: Compatible side by side NDK version was not found. Default is 20.0.5594570. Compatible side by side NDK version was not found. Default is 20.0.5594570. Compatible side by side NDK version was not found. Default is 20.0.5594570.

This is my build.gradle (module)这是我的 build.gradle(模块)

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
    compileSdkVersion 29
    buildToolsVersion "29.0.3"
    defaultConfig {
        applicationId "com.myapp.android"
        minSdkVersion 24
        targetSdkVersion 29
        versionCode 1
        versionName "1.0"

        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }

    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        }
    }

}

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
    implementation 'androidx.appcompat:appcompat:1.2.0'
    implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
    implementation "com.synnapps:carouselview:0.1.5"
    implementation 'com.squareup.picasso:picasso:2.71828'
    implementation 'com.android.volley:volley:1.1.1'
    implementation 'com.google.code.gson:gson:2.8.6'
    implementation "androidx.recyclerview:recyclerview:1.1.0"
    implementation 'androidx.cardview:cardview:1.0.0'
    implementation "androidx.navigation:navigation-fragment-ktx:2.3.0"
    implementation "androidx.navigation:navigation-ui-ktx:2.3.0"
    implementation 'com.google.android.material:material:1.2.1'
    implementation 'com.makeramen:roundedimageview:2.3.0'
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
    implementation 'androidx.annotation:annotation:1.1.0'
    implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
    implementation 'com.github.Shashank02051997:FancyGifDialog-Android:1.2'
    implementation 'com.github.thomper:sweet-alert-dialog:1.4.0'
    implementation 'com.github.shadowalker77:wp7progressbar:1.0.5'
    implementation 'com.google.android.gms:play-services-maps:17.0.0'
    implementation 'com.google.android.gms:play-services-location:17.1.0'
    implementation 'com.karumi:dexter:6.1.2'
    implementation 'com.google.android.libraries.places:places:2.4.0'
    implementation 'com.facebook.android:facebook-login:5.15.3'
    implementation 'androidx.core:core-ktx:1.3.2'
    implementation 'com.faltenreich:skeletonlayout:1.0.0'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'androidx.test.ext:junit:1.1.2'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}

You have to configure Your NDK in "Project settings" -> "SDK Location" -> "Android NDK location".您必须在“项目设置”->“SDK 位置”->“Android NDK 位置”中配置您的 NDK。 If You haven't an NDK, then go to Tools -> SDK Manager -> Tab "SDK Tools" and select NDK (side by side).如果您没有 NDK,则 go 到工具 -> SDK 管理器 -> 选项卡“SDK 工具”和 select NDK(并排)。

Modify app/build.gradle with adding ndkVersion.修改 app/build.gradle 添加 ndkVersion。 I have used below version.我用过以下版本。 You have to use your compatible version "20.0.5594570"您必须使用兼容版本“20.0.5594570”

在此处输入图像描述

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 检测到我的应用程序小部件的数据不是最新的 - Detecting that my app widget's data is not up-to-date 任务执行失败:app:stripDebugDebugSymbols Android - Execution failed for task ':app:stripDebugDebugSymbols Android Android Studio 2.1.1,完全最新,IDE刚刚崩溃,我的项目文件消失了 - Android Studio 2.1.1, fully up-to-date, IDE just crashed, and my project files disappeared 在 Android 中创建闹钟/计时器应用程序的最新方法是什么? - What is the most up-to-date way to create an alarm clock/timer app in Android? Android Studio停留在对话框中,提示类最新检查 - Android studio stuck at dialog saying Classes up-to-date check flutter 连接 android 设备任务 ':app:stripDebugDebugSymbols' 执行失败 - flutter connecting android device Execution failed for task ':app:stripDebugDebugSymbols' Android Studio:我的消息没有显示在我的 android 应用程序上 - Android Studio : My message is not showing up on my android app 颤动中任务':app:stripDebugDebugSymbols'的执行失败 - Execution failed for task ':app:stripDebugDebugSymbols' in flutter 在最新检查期间无法捕获任务':app:preDebugBuild'属性'runtimeManifests'的输入文件的快照 - Failed to capture snapshot of input files for task ':app:preDebugBuild' property 'runtimeManifests' during up-to-date check 在最新检查期间,无法捕获任务':app:transformClassesWithDexBuilderForDebug'属性'$ 1'的输入文件的快照。 - Failed to capture snapshot of input files for task ':app:transformClassesWithDexBuilderForDebug' property '$1' during up-to-date check.
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM