当我试图运行我的应用程序时,我遇到了以下错误。
评估项目: app时出现问题。
提供的字符串模块表示法“commons io:common无法解析配置的所有依赖项”:app:debugRuntimeClasspath。s-io:2.6'无效。示例注释:“org。gradle:gradle核心:2.2','组织。mockito:mockito核心:1.9.5:javadoc'。
>
如果您显示的build.gradle文件是您正在使用的100%,那么:-
改变这一点:
implementation 'commons-io:commonCould not resolve all dependencies for configuration \':app:debugRuntimeClasspath\'.s-io:2.6'
为此:
implementation 'commons-io:commons-io:2.11.0'
下面是我的身材。格雷德尔代码:
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlin-parcelize'
id 'kotlin-kapt'
id 'com.onesignal.androidsdk.onesignal-gradle-plugin'
//id 'com.google.gms.google-services' // Google Services plugin // Uncomment the plugin to use firebase and obtain the google-services.json file
}
android {
compileSdk 31
buildToolsVersion "19.1"
defaultConfig {
applicationId "com.kuriousminddlab.kleenpdf"
minSdk 21
targetSdk 31
versionCode 5
versionName "1.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
dataBinding true
}
buildTypes {
release {
minifyEnabled false
shrinkResources false
debuggable false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
debuggable true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = '1.8'
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.onesignal:OneSignal:[4.0.0, 4.99.99]'
implementation "androidx.multidex:multidex:2.0.1"
/*firebase*/
implementation 'com.firebase:firebase-client-android:2.3.1'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.github.barteksc:pdfium-android:1.9.0'
implementation 'org.greenrobot:eventbus:3.1.1'
implementation 'androidx.room:room-runtime:2.4.1'
implementation 'com.google.ads.mediation:facebook:6.8.0.0'
implementation 'com.facebook.android:audience-network-sdk:6.8.0'
implementation 'com.google.android.gms:play-services-ads:20.5.0'
implementation 'com.tom-roush:pdfbox-android:2.0.0.0'
implementation 'androidx.preference:preference-ktx:1.2.0-rc01'
implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1'
implementation 'commons-io:commonCould not resolve all dependencies for configuration \':app:debugRuntimeClasspath\'.s-io:2.6'
implementation 'com.google.android.play:core:1.10.3'
implementation 'com.getkeepsafe.taptargetview:taptargetview:1.13.3'
implementation "androidx.gridlayout:gridlayout:1.0.0"
//glide
implementation 'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
implementation 'jp.wasabeef:glide-transformations:4.0.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'com.infideap.drawerbehavior:drawer-behavior:1.0.4'
implementation 'com.airbnb.android:lottie:3.7.2'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.intuit.sdp:sdp-android:1.0.6'
//payment
def billing_version2 = "4.0.0"
implementation "com.android.billingclient:billing:$billing_version2"
implementation 'io.reactivex.rxjava3:rxjava:3.1.3'
implementation 'com.github.tombayley:ActivityCircularReveal:1.0.2'
implementation 'com.github.getActivity:XXPermissions:13.2'
}
我已经用Flutter在VS代码上创建了一个应用程序,在我开始准备构建应用程序之前,没有任何问题。我开始将包名从“com.example.careona19”更改为“com.covid19rsa.app”,但随后开始出现以下错误:
在使用gradle--stacktrace之后,我得到以下错误: 运行gradle后--信息 你知道这个问题怎么解决吗?
当项目已经运行状态时,这个错误不会发生。但是第二天我试图运行同一个项目,然后这个错误就出现了。 失败:生成失败,出现异常。 > 其中:生成文件'D:\src\flatter。发布缓存\托管\发布。达特朗。org\firebase\u auth-3.2.0\android\build。格雷德尔热线:58 错误:评估项目时出现问题:firebase_auth。 无法从缓存加载脚本'D:\src\flu
失败:生成失败,出现异常。 > 其中:构建文件'/users/blickx/desktop/dumont-reactnative/dumont/node_modules/@react-native-community/async-storage/android/Build.gradle'行:36 错误:评估项目':@react-native-community_async-storage'时出现问
null 到目前为止,我试着: 升级和降级我的gradle,-清理和重建项目,-使缓存无效/重新启动,-注释掉新代码行, 编辑我的配置(没有太大变化) 如果我尝试另一个项目,我可以使用react-native来运行一个android应用程序,但这个项目引发了错误。需要注意的是,我不确定这是否重要,但这与AWS有关。
我有一个react原生应用程序,当我试图在我的android设备上运行它时,我得到以下错误: null