1.Error:Execution failed for task ':app:dexDebug'.> com.android.ide.common.process.ProcessException: o
出现上述问题 检查下是否多次引用同一个jar包
有以下情况
a. module下jar包版本不同
b. 同一个module 在libs中包含了.jar,而在src下又把相应的source页加入了
c. gradle中是否重复编译,比如 已经加了compile fileTree(include: [‘*.jar’], dir: ‘libs’) 然而在下面又加一句compile files(‘libs/xxx.jar’)
http://stackoverflow.com/questions/28917696/errorexecution-failed-for-task-appdexdebug-com-android-ide-common-process
2.两颗碰撞的烟火
3.Error:Execution failed for task ':app:dexDebug'. > com.android.ide.common.process.ProcessException
4.http://www.cnblogs.com/fsjohnhuang/p/4078659.html
Insert操作详解(返回主键、批量插入)
5.设置android:supportsRtl="true"无效问题
http://www.tuicool.com/articles/rqiAnq
6.tao.org
http://npm.taobao.org/
http://kernel.taobao.org/
http://code.taobao.org/
http://ued.taobao.org/
http://tair.taobao.org/
http://jvm.taobao.org/
7.a blog
http://blog.csdn.net/forlong401/article/category/2816831