Android studio教程:[4]真机测试 1.连不上手机 Android Studio识别不了手机(最后还是恢复成勾中的状态),重启,Android Studio连接真机没反应? 2.连上手机之后编译失败 Error:Could not determine the dependencies ...
分类:
移动开发 时间:
2017-01-07 22:21:38
阅读次数:
287
java.lang.ClassNotFoundException: org.springframework.data.web.config.EnableSpringDataWebSupport缺少依赖:在gradle.build文件dependencies添加 compile("org.spring ...
分类:
编程语言 时间:
2016-12-29 17:04:36
阅读次数:
168
问题:SpringBoot打包成jar后运行提示没有主清单属性 解决:补全maven中的bulid信息 原因: 因为我使用spring-boot-dependencies这个BOM代替了spring-boot-starter-parent这个parent POM(详见13.2.2. Using Sp ...
分类:
编程语言 时间:
2016-12-28 21:07:41
阅读次数:
582
--save 和 --save-dev 的区别? --save-dev 是开发时候依赖的模块,--save 是发布之后依赖的模块。 --save 会把依赖包名称添加到 package.json 文件 dependencies 下, --save-dev 则添加到 package.json 文件 de ...
分类:
其他好文 时间:
2016-12-28 20:48:32
阅读次数:
261
1 项目根build.gradle classpath 'org.greenrobot:greendao-gradle-plugin:3.1.0' 2 app中build.gradle apply plugin:'org.greenrobot.greendao' dependencies{ comp ...
分类:
移动开发 时间:
2016-12-28 09:46:43
阅读次数:
396
今天调试 Android 应用遇到这么个问题: Duplicate files copied in APK META-INF/DEPENDENCIES File 1: httpmime-4.3.2.jar File 2: httpmime-4.3.2.jar 貌似说两个包里面的文件重复了还是怎么的, ...
分类:
移动开发 时间:
2016-12-27 23:15:20
阅读次数:
215
Project的gradle
buildscript{
repositories{
jcenter()
}
dependencies{
classpath}
}
allprojects{
repositories{
jcenter()
}
}
taskclean(:Delete){
delete.}Modle的gradleapply:android{
compileSdkVersionbuildToolsVersiondefaultConfig{
minSdkVersiontargetSdkVersi..
分类:
其他好文 时间:
2016-12-27 16:16:02
阅读次数:
222
UnitTest 编译异常汇总: 问题1 Check dependencies No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386). 问题2 <!--StartFra ...
分类:
其他好文 时间:
2016-12-25 01:30:52
阅读次数:
197
Grive2 Get dependencies You need to get the dependency libraries along with their development (-dev or -devel) packages: yajl 2.x libcurl STL (libstdc ...
分类:
系统相关 时间:
2016-12-22 08:56:53
阅读次数:
299
tomcat在发布项目的时候没有同时发布maven依赖所添加的jar包,你需要设置一下eclipse:项目 —> 属性 -> Deployment Assembly -> Add -> Java Build Path Entries -> 选择Maven Dependencies -> Finish ...
分类:
编程语言 时间:
2016-12-21 13:46:51
阅读次数:
220