Large number of errors during Gradle build after upgrading to Android Studio 2.0

前端 未结 7 1412
青春惊慌失措
青春惊慌失措 2020-12-07 20:55

Recently, I upgraded Android Studio from version 1.5 to 2.0 but since then I observe that the number of errors and warnings has increased. Most of the errors do not make sen

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-07 21:05

    The answer should be here NewRelic causing build errors

    add in proguard-rules.pro

    -keep class         org.apache.commons.beanutils.** { *; }
    -keep interface     org.apache.commons.beanutils.** { *; }
    -keep enum          org.apache.commons.beanutils.** { *; }
    

提交回复
热议问题