接口Android.support.v4.app.FragmentContainer(类路径类)
用作Android.support.v4.app.Fragment$2
的超类。
分级文件:
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
defaultConfig {
applicationId "az.test.app”
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildToolsVersion '28.0.3'
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.loopj.android:android-async-http:1.4.9'
implementation 'com.squareup.picasso:picasso:2.5.2'
implementation 'com.github.castorflex.smoothprogressbar:library:1.1.0'
implementation 'com.android.volley:volley:1.1.1'
implementation project(':librarypull')
implementation project(':GigglePicker')
implementation project(':ResideMenu')
implementation project(':Imageload')
implementation project(':TouchImageView')
implementation 'com.android.support:design:28.0.0'
}
我已经在我的Ubuntu16.04上安装了JDK1.8,为了完成一些我必须安装JDK1.7的工作,我没有对旧版本做任何操作就安装了它,并且更改了$JAVA_HOME以指向新安装的位置。 echo运行良好,显示新安装的版本为1.7 但当我执行时,它显示的是较早安装的版本,即1.8。 如果我错在什么地方,请纠正我,我需要很好的解释这一点。 谢谢你。这是我的终端机
我试图传递一个XML文件作为Http POST请求。当我在一个Linux框上使用CURL测试它时,网络服务运行良好,XML格式良好。我试图编写一个Java实用程序来做同样的事情。我在Apache Commons HttpClient库3.1版本中找到了一个示例,下面是我的代码: 进口: 代码: 我得到一个错误: 更新 增加了Commons-logging-1.2。罐子 仍然会出现错误: 这句话的意
我使用LiquiBase3.6.1来处理Mysql数据库。我使用lib“mysql-connector-java-6.0.2.jar”,在使用diff命令时,我得到了以下错误: 线程“main”java.lang.UnsupportedClassVersionError中出现异常:JVMCFRE003主版本错误;class=com/mysql/cj/jdbc/driver,offset=6 当我尝
更新的Android Studio。 下载的gradle。在PC的环境设置中更改了Gradle文件夹。 在Android Studio中,返回
我正试着在我的电脑上用Linux Mint 64位的android studio。我安装了java-8-oracle,如下所示:错误现在运行Android Studio,当我启动一个新项目时,它会向我返回一条消息: 但目前我无法修复它...你能帮帮我吗?多谢!
我已经从1.3更新了Spring启动版本。5至1.4。0,我得到以下错误 使用Camunda BPM,版本为Spring Boot:(v1.4.0.发行版)Camunda BPM:(v7.5.0)Camunda BPM Spring Boot Starter:(v1.2.1) 对卡蒙达的依赖, 对于包装,我们使用以下插件, 请让我知道从1.3. x更新到1.4.0Spring引导失败的原因