gpt4 book ai didi

android - Android Studio 0.8.6:失败[INSTALL_FAILED_OLDER_SDK]

转载 作者:行者123 更新时间:2023-12-03 04:42:15 30 4
gpt4 key购买 nike

使用Android Studio 0.8.6调试我的应用程序,出现错误:“失败[INSTALL_FAILED_OLDER_SDK]”

我的build.gradle看起来像这样:

apply plugin: 'com.android.application'

android {
compileSdkVersion 'android-L'
buildToolsVersion "20.0.0"

defaultConfig {
applicationId "com.example.bla.towerofhanoi"
minSdkVersion 14
targetSdkVersion 'L'
versionCode 1
versionName "1.0"
}
buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':third_party:andengine')
}

最佳答案

在 list 文件中添加<uses-sdk tools:node="replace" />并同步项目。

关于android - Android Studio 0.8.6:失败[INSTALL_FAILED_OLDER_SDK],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25624073/

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