会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
3H
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
17
下一页
2016年3月17日
启动 angular-phonecat 项目时出现这玩意 。('The header content contains invalid characters');
摘要: 最近学习angular, 跟着视频做一个动作,启动 “ angular-phonecat ” 这个项目 敲入 “npm start ” 启动没有问题,但是 "http://localhost:8000/" 一进入就立刻命令就出现 ('The header content contains inval
阅读全文
posted @ 2016-03-17 17:30 3H
阅读(2380)
评论(0)
推荐(1)
2016年3月4日
对于在Android Studio 的 build.gradle 中的默认applicationId 要不要写呢?
摘要: 起因 刚完成一个版本的开发。刚上Google play 就有用户反映无法更新应用。错误代码为:Can't install app "****" can' be installed.Try again, and if the problem continues,get help toubleshoot
阅读全文
posted @ 2016-03-04 12:27 3H
阅读(4344)
评论(0)
推荐(0)
2016年1月26日
Android-Cannot merge new index 66195 into a non-jumbo instruction的解决办法
摘要: 转载请注明来源:http://blog.csdn.net/goldenfish1919/article/details/33729679用eclispe打包的时候报错:[2014-06-23 13:44:35 - Dex Loader] Unable to execute dex: Cannot m...
阅读全文
posted @ 2016-01-26 13:16 3H
阅读(900)
评论(0)
推荐(0)
2016年1月25日
在eclipse 导入简单的Android studio 简单项目
摘要: 前言: 现在Android studio版本已经去到2.0(我暂时用着开发者版本)了,但是还是和以前的版本一样卡。 (因为我用了很多第三方的UI控件,导致在Android studio build一个项目非常漫长,大约改一个字符需要两三分钟,最长试过5分钟呢。 不过在Eclips...
阅读全文
posted @ 2016-01-25 17:58 3H
阅读(4809)
评论(0)
推荐(0)
2015年12月28日
对于android浏览器的一些看法
摘要: 首先我先声明我不是一个浏览器开发者,只是近段时间看了一些关于浏览器的东西,才有一些看法。 在几年前开发手机的web 页面,都经常因为JS插件不兼容android WebView内核,导致开发浪费大量时间去调试。 而且当时网络不太良好,导致页面加载时也不太流畅、 所以几年前基本上不会考虑使用we...
阅读全文
posted @ 2015-12-28 12:03 3H
阅读(427)
评论(0)
推荐(0)
2015年12月18日
Error:Cause: org/gradle/api/publication/maven/internal/DefaultMavenFactory Android
摘要: 首先,要看一下自己的项目使用 “Gradle版本”接着要看一下项目根目录的build.gradle文件中的“dependencies”的classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'是1.3还是1.2?1.2和1.3是...
阅读全文
posted @ 2015-12-18 16:52 3H
阅读(375)
评论(0)
推荐(0)
2015年12月7日
android 判断点击的位置是不是在指定的view上
摘要: private boolean inRangeOfView(View view, MotionEvent ev){int[] location = new int[2];view.getLocationOnScreen(location);int x = location[0];int y = lo...
阅读全文
posted @ 2015-12-07 19:15 3H
阅读(7938)
评论(0)
推荐(1)
2015年10月24日
android studio(AS) Duplicate files copied in APK META-INF/NOTICE.txt
摘要: File 1: /home/slava/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpmime/4.3.1/f7899276dddd01d8a42ecfe27e7031fcf9824422/httpmime-4.3....
阅读全文
posted @ 2015-10-24 10:35 3H
阅读(426)
评论(0)
推荐(0)
2015年10月8日
android 的build.gradle 的API手册
摘要: 问题:对于用gradle的来配置java的开发者都能在GRADLE_HOME/docs/dsl找到如何对其build.gradle文件的具体属性。但是对于开发android的开发者就不能对于官方的"gradle"开发不行的。所以需要找找google是否有另外写一份对于android的dsl.经某个机...
阅读全文
posted @ 2015-10-08 15:52 3H
阅读(1439)
评论(0)
推荐(0)
2015年9月29日
eclipse/myeclipse选中编辑区域文件,Package Explorer定位文件所在项目及目录
摘要: eclipse/myeclipse选中编辑区域文件,Package Explorer定位文件所在项目及目录1. 打开Package Explorer(若没有,可以按照如下路径点击: Window菜单 >> Show View >> Package Explorer)2. 点击Package Expl...
阅读全文
posted @ 2015-09-29 16:21 3H
阅读(309)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
17
下一页
公告