我在build.gradle文件中添加了以下依赖项
编译“javax . JSON . bind:javax . JSON . bind-API:1 . 0 . 0-M2”时,它会抛出如下错误
错误:任务执行失败:app:transformClassesWithDesugarForDebug。
这是我build.gradle档案
apply plugin: 'com.android.application'
android {
compileSdkVersion 26
defaultConfig {
applicationId "com.example.canwin.androidmockups"
minSdkVersion 15
targetSdkVersion 26
versionCode 1
versionName "1.0"
multiDexEnabled = true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
targetCompatibility 1.8
sourceCompatibility 1.8
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:design:26.1.0'
implementation 'com.android.support:support-v4: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.uncopt:android.justified:1.0'
implementation 'com.android.support:recyclerview-v7:26.1.0'
implementation 'com.android.support:cardview-v7:26.1.0'
implementation 'com.android.support:recyclerview-v7:26.1.0'
}
转到此链接并下载jar文件,然后在应用程序内添加到您的项目文件夹中-
https://mvnrepository.com/artifact/javax.json.bind/javax.json.bind-api/1.0.0-M2
解决方案2:
错误:任务执行失败:app:transformClassesWithDesugarForDebug。
com.android.build.api.transform.TransformException: java.lang.RuntimeException: com.android.ide.common.process.ProcessException: 使用主类 com.google.devtools.build.android.desugar.desugar.带参数执行 java 进程时出错
打开您的< kbd>build.gradle并在下面使用
android {
compileSdkVersion 26
buildToolsVersion "26.0.1"
然后< code >清理-重建-运行。
我在build.gradle文件中使用了以下代码:
实现组:“javax.json.bind”,名称:“javax.json.bind-api”,版本:“1.0”
如您所见,这个错误来自AndroidManifest。xml,它发生在android studio中,我查了很多信息,不知道它是如何产生的,如果你能帮我一把,我很感激。 我想添加的另一件事是,该活动在此文件中显示了illeagal。
问题内容: 我已经为EE开发人员安装了eclipse ide,并且收到了的导入错误 我右键单击项目文件夹->单击属性->单击Java构建路径->添加库-> JRE系统库, 但是显示的依赖项已经导入。如何导入javax.json包? 问题答案: 如果使用Maven,请将此依赖项添加到您的 对于Gradle,请将其添加到您的
我已经为EE开发人员安装了EclipseIDE,并且收到了一个导入错误 我右键单击了项目文件夹- 但是显示的依赖关系已经导入。如何导入javax.json包?
我被鼓励开始android开发,所以我安装了android studio,并尝试启动Hello-world项目。我安装了android studio,它下载了所有必需的文件。我在android studio网站上遵循了guide,但每次尝试创建一个空活动-项目时,我都有很多错误。我试着改变SDK版本,但我对java和android开发完全是新手,不能理解我做错了什么。拜托,我花了一整天的时间来解决
好吧,我有一个奇怪的问题。据我所知,Tkinter应该内置Python 2和3。 我可以导入和使用Tkinter只是罚款在我的终端下python3以及与IDLE3.然而,当我试图在Visual Studio Code中导入Tkinter时,我得到一个“重要错误:没有名为‘tkinter’的模块”。 同样的问题也发生在Py魅力中,但我把我的解释器设置为与我的终端相同,而不是特定于项目的解释器。 我尝
我正在尝试在android Studio中安装flutter sdk……每次我在android Studio中安装flutter sdk时,它都会再次向我显示相同的错误“Flutter sdk未在指定位置找到”这就是我每次得到的