小编Roh*_*han的帖子

生成签名apk for release的错误:Proguard配置

我目前正在尝试为Android Studio中的应用生成发布版本.我试图在生成发布版本时解决所有问题,但我仍然遇到了一些问题.

Warning:com.viewpagerindicator.LinePageIndicator: can't find referenced method 'float ceil(float)' in library class android.util.FloatMath
Warning:org.androidannotations.api.rest.RestClientHeaders: can't find referenced class org.springframework.http.HttpAuthentication
Warning:org.androidannotations.api.rest.RestClientSupport: can't find referenced class org.springframework.web.client.RestTemplate
Warning:org.androidannotations.api.rest.RestErrorHandler: can't find referenced class org.springframework.core.NestedRuntimeException
Warning:there were 4 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)
Warning:there were 1 unresolved references to library class members.
     You …
Run Code Online (Sandbox Code Playgroud)

android proguard android-gradle-plugin android-proguard

6
推荐指数
1
解决办法
2300
查看次数