issues
Scott-Fu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Error:Execution failed for task ':hello_motion_tracking:transformNative_libsWithStripDebugSymbolForD
Error:Execution failed for task’:hello_motion_tracking:transformNative_libsWithStripDebugSymbolForDebug’环境:macAndroid Studio 2.3NDK r14原因是targetSdkVersion & comipleSdkVersion 的版本太低 改为22 就可以了网络上其他一些原创 2017-04-13 11:34:00 · 1032 阅读 · 0 评论 -
android studio Terminal windows 下无法使用的问题
步骤一 win+r 输入cmd 运行 右键标题栏——单击属性——选择使用旧版控制台步骤二 配置git环境变量 在系统环境变量 path 中添加如下目录: \Git\bin \Git\mingw64\libexec\git-core步骤三 重启AS即可原创 2017-05-27 15:05:08 · 1476 阅读 · 0 评论 -
Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/google/zx
Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/google/zxing……这样错误一般都是有jar包重复了。根据代码提示很容易找到。 我的主工程与其子模块中都独自应用了zxing 的包 删掉其一(主工程中的)。 关注我的微信公众号,每天都有优质技术文章,搞笑GIF原创 2016-12-16 16:25:21 · 362 阅读 · 0 评论 -
mac adb 连接不到genymotion 虚拟机的问题
在终端里面输入 adb devices 检测不到 虚拟机解决办法: 点击Browse 后会浏览不到用户下 资源库(Library)的文件夹,解决办法直接找到文件的目录复制粘贴过来就可以了。原创 2017-05-18 13:33:01 · 1832 阅读 · 0 评论 -
Error:Execution failed for task ':uikit:transformNativeLibsWithStripDebugSymbolForRelease'. > java.l
Error:Execution failed for task ':uikit:transformNativeLibsWithStripDebugSymbolForRelease'.> java.lang.NullPointerException (no error message)这个问题,在更新 NDK 为r14 之后,要将 targetSdkVersion compileSd原创 2017-05-18 13:34:09 · 2131 阅读 · 0 评论 -
Error:Execution failed for task ':Shopping:transformClassesAndResourcesWithProguardForRelease'. > ja
Error:Execution failed for task ':Shopping:transformClassesAndResourcesWithProguardForRelease'.> java.io.IOException: Please correct the above warnings first.当app的方法数超出65536 时使用Google的 com.andro原创 2017-05-18 13:38:09 · 1000 阅读 · 0 评论 -
@TargetApi 问题
@TargetApi 问题 /** * 当前设置的最低版本api为14 * @TargetApi(?) 是为了让lint 在检查时编译通过,具体在执行代码的位置还是要判断当前版本的是否执行代码 * TransitionManager 在api19开始才支持 * * 或者添加support library * compile 'com.and原创 2017-06-09 21:38:40 · 1474 阅读 · 0 评论 -
android studio 更新到2.3后 eclipse 打开工程编译不了
the connection to adb is down and a severe error has occured.you must restart adb and eclipseissue: the connection to adb is down and a severe error has occured.you must restart adb and eclipse问题原因原创 2017-07-05 09:40:00 · 830 阅读 · 0 评论
分享