Android Studio proguard handling in multi-library projects

后端 未结 2 906
旧巷少年郎
旧巷少年郎 2020-12-07 15:49

I have an application that uses an externally referenced library (that is, the directory of the library is in the same level as the application - it is not copied inside the

2条回答
  •  感情败类
    2020-12-07 16:29

    I think you need define proguard-rules for your libraries. Usually they are in the library docs.

    (For example have a look at my answer here for ButterKnife lib: link)

提交回复
热议问题