mikebai.com

  • Home
  • dev
  • DotNET
  • M365
  • 搞笑
  • 杂七杂八
  • FocusDict
個人BLOG
it developer
  1. Main page
  2. dev
  3. Main content

android studio 混淆开启后,发布错误

2016-06-05 117hotness 0likes 0comments

发布apk时候,出现下面的错误

Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForRelease'.

> java.io.IOException: Please correct the above warnings first.

解决办法

proguard-rules.pro文件中,加入下面的语句

-keep class com.google.android.gms.** { *; }
-dontwarn com.google.android.gms.**
Tag: Nothing
Last updated:2016-06-05

mikebai

This person is a lazy dog and has left nothing

Like
< Last article
Next article >

COPYRIGHT © 2025 mikebai.com. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang