Information:Gradle tasks [:app:assembleDebug]
Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'.
> More than one file was found with OS independent path 'assets/infowindow_bg.9.png'
Information:BUILD FAILED in 3s
Information:1 error
Information:0 warnings
Information:See complete output in console

解决方法:

app下build.gradle文件的android下添加

packagingOptions {
exclude 'assets/infowindow_bg.9.png'
}

最新文章

  1. [No000096]程序员面试题集【上】
  2. PS 零基础训练1
  3. android stuido build 慢的解决办法
  4. Call Paralution Solver from Fortran
  5. mysql中的unsigned
  6. Android ADT中增大AVD内存后无法启动:emulator failed to allocate memory 8 (转)
  7. ubuntu 安装git
  8. MFC的dll中控制资源问题
  9. weblogic11g 安装——linux 无图形界面
  10. STM32驱动DS18B20
  11. memcached实战系列(五)Memcached: List all keys 查询所有的key
  12. 20175126Apollo 20175126《Java程序设计》结队编程项目——四则运算
  13. 【leetcode-84】 柱状图中最大的矩形
  14. pprint
  15. LightOJ - 1265 (概率)
  16. Leetcode 190.颠倒二进制位 By Python
  17. 基于BindingSource的WinForm开发
  18. win7系统部分软件显示乱码怎么办
  19. SpringKafka生产端配置类ProducerConfig.java源码
  20. spring boot 错误:Check your ViewResolver setup

热门文章

  1. Lightoj 1128 - Greatest Parent
  2. Laravel 和 Spring Boot 两个框架比较创业篇(二:人工成本)
  3. 5行代码实现微信小程序图片上传与腾讯免费5G存储空间的使用
  4. Sql Server登录失败问题
  5. 求100之内的素质并输出(最优算法)-PHP面试题
  6. js04-DOM对象一
  7. golang运算与循环等
  8. EntityFramework优化:查询性能
  9. 下载图片没有关闭http输入流导致下载超时
  10. Hdoj 1850.Being a Good Boy in Spring Festival 题解