摘要: 添加ksoap2-android-assembly-3.6.3-jar-with-dependencies.jar包 创建KsoapHelper类 public class KsoapHelper { public static int timeOut = 30000; public static 阅读全文
posted @ 2020-07-17 18:21 许老头 阅读(585) 评论(0) 推荐(0) 编辑
摘要: 在对应的应用程序池,高级设置进程模型标识更改为NetworkService; 阅读全文
posted @ 2020-07-17 18:06 许老头 阅读(1243) 评论(0) 推荐(0) 编辑
摘要: 先使用自己手机热点试试,看看是不是公司内网问题。cmd==>ping start.spring.io 没有丢失就行。随缘多建几次,这个看命。 阅读全文
posted @ 2020-06-23 14:45 许老头 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 确认基础配置中的AppID和Android包名是否相同。 阅读全文
posted @ 2020-06-06 13:23 许老头 阅读(1323) 评论(0) 推荐(0) 编辑
摘要: app下的build.gradle下的添加红色标注部分 buildTypes { debug { debuggable true } release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-androi 阅读全文
posted @ 2020-06-02 16:48 许老头 阅读(466) 评论(0) 推荐(0) 编辑
摘要: app下build.gradle文件添加代码红色标记如下 dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7: 阅读全文
posted @ 2020-06-01 16:47 许老头 阅读(686) 评论(0) 推荐(0) 编辑
摘要: 修改app下build.gradle文件 android { compileSdkVersion 29 defaultConfig { applicationId "com.example.z.test1" minSdkVersion 29 targetSdkVersion 29 versionCo 阅读全文
posted @ 2020-06-01 14:13 许老头 阅读(8819) 评论(0) 推荐(0) 编辑
摘要: 将app下build.gradle文件中dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:29.+' imp 阅读全文
posted @ 2020-06-01 14:09 许老头 阅读(2088) 评论(0) 推荐(0) 编辑