问题:存在unresolved的类或接口导致打包失败

Warning: there were 1 unresolved references to classes or interfaces.
You may need to add missing library jars or update their versions.
If your code works fine without the missing classes, you can suppress
the warnings with '-dontwarn' options.
(http://proguard.sourceforge.net/manual/troubleshooting.html#unresolvedclass)

解决方案:

build日志上找警告Warning

Warning: com.tapjoy.TJAdUnit: can't find referenced class javax.annotation.Nullable

在proguard-rules.pro里面添加

-dontwarn com.tapjoy.**

因为我的项目找到的是tapjoy的问题:,所以我添加的是com.tapjoy.**

最新文章

  1. ES6之module
  2. java转换 HTML字符实体,java特殊字符转义字符串
  3. 纪念逝去的岁月——C/C++选择排序
  4. MapReduce简介
  5. 初试 uTenux
  6. 【c++内存分布系列】虚基类表
  7. php关于private、public成员变量访问问题
  8. 我对 javascript 闭包的理解
  9. 分享一道JS前端闭包面试题
  10. 01_Weblogic课程之概念篇:代理服务器,web服务器,应用程序服务器,JNDI概念,JTA概念,Java消息服务,Java验证和授权(JAAS),Java管理扩展,Web客户机,客户机应用程序
  11. 使用Fiddler获取OAuth2认证的access token时候返回502
  12. 解决IIS无法启动w3svc
  13. pythone函数基础(12)连接Redis,写数据,读数据,修改数据
  14. sql 语句按字段指定值排序及分页
  15. PHP和Nginx 文件上传大小限制问题解决方法
  16. 项目打包 TestFlight用法
  17. leveldb源码分析--SSTable之block
  18. Maven构建项目速度太慢的解决办法
  19. mysql xtrabackup工具备份
  20. Mybatis将结果放入map时别名不是驼峰形式

热门文章

  1. java实现简单的单点登录 (转)
  2. jsp前台输入框不输入值,后台怎么取出整型?
  3. LinkedBlockingQueue 实现 生产者 消费者
  4. vim 自动代码格式调整
  5. 洛谷 P5174 圆点
  6. 括号序列的dp问题模型
  7. Java程序基本结构
  8. Codeforces 576D Flights for Regular Customers (图论、矩阵乘法、Bitset)
  9. mybatis 对string类型判断比较 group case when then 综合
  10. chromedriver安装