마스터Q&A 안드로이드는 안드로이드 개발자들의 질문과 답변을 위한 지식 커뮤니티 사이트입니다. 안드로이드펍에서 운영하고 있습니다. [사용법, 운영진]

Proguard 에러좀 봐주실 능력자분을 찾습니다 ㅠㅠ

0 추천
[2015-01-16 11:17:38 - SiteRank] Proguard returned with error code 1. See console
[2015-01-16 11:17:38 - SiteRank] Note: there were 209 duplicate class definitions.
[2015-01-16 11:17:38 - SiteRank] Warning: com.ning.http.client.extra.ListenableFutureAdapter$1: can't find superclass or interface com.google.common.util.concurrent.ListenableFuture
[2015-01-16 11:17:38 - SiteRank] Warning: com.ning.http.client.providers.apache.ApacheAsyncHttpProvider$1: can't find superclass or interface org.apache.commons.httpclient.protocol.ProtocolSocketFactory
[2015-01-16 11:17:38 - SiteRank] Warning: com.ning.http.client.providers.apache.ApacheAsyncHttpProvider$EntityWriterRequestEntity: can't find superclass or interface org.apache.commons.httpclient.methods.RequestEntity
[2015-01-16 11:17:38 - SiteRank] Warning: com.ning.http.client.providers.netty.NettyAsyncHttpProvider$OptimizedFileRegion: can't find superclass or interface org.jboss.netty.channel.FileRegion
[2015-01-16 11:17:38 - SiteRank] Warning: com.ning.http.client.providers.netty.NettyAsyncHttpProvider$ProgressListener: can't find superclass or interface org.jboss.netty.channel.ChannelFutureProgressListener
[2015-01-16 11:17:38 - SiteRank] Warning: com.ning.http.client.providers.netty.NettyAsyncHttpProvider$WebSocketProtocol$1: can't find superclass or interface org.jboss.netty.handler.codec.http.HttpChunk
[2015-01-16 11:17:38 - SiteRank] Warning: com.ning.http.client.providers.netty.NettyConnectListener: can't find superclass or interface org.jboss.netty.channel.ChannelFutureListener
[2015-01-16 11:17:38 - SiteRank] Warning: com.ning.http.client.providers.netty.NettyConnectionsPool$IdleChannelDetector: can't find superclass or interface org.jboss.netty.util.TimerTask
[2015-01-16 11:17:38 - SiteRank] Warning: com.ning.http.client.providers.netty.timeout.TimeoutTimerTask: can't find superclass or interface org.jboss.netty.util.TimerTask
[2015-01-16 11:17:38 - SiteRank]       You should check if you need to specify additional program jars.
[2015-01-16 11:17:38 - SiteRank] Warning: there were 2081 unresolved references to classes or interfaces.
[2015-01-16 11:17:38 - SiteRank]          You may need to specify additional library jars (using '-libraryjars').
[2015-01-16 11:17:38 - SiteRank] Warning: there were 5 unresolved references to program class members.
[2015-01-16 11:17:38 - SiteRank]          Your input classes appear to be inconsistent.
[2015-01-16 11:17:38 - SiteRank]          You may need to recompile them and try again.
[2015-01-16 11:17:38 - SiteRank]          Alternatively, you may have to specify the option 
[2015-01-16 11:17:38 - SiteRank]          '-dontskipnonpubliclibraryclassmembers'.
[2015-01-16 11:17:38 - SiteRank] java.io.IOException: Please correct the above warnings first.
[2015-01-16 11:17:38 - SiteRank] at proguard.Initializer.execute(Initializer.java:321)
[2015-01-16 11:17:38 - SiteRank] at proguard.ProGuard.initialize(ProGuard.java:211)
[2015-01-16 11:17:38 - SiteRank] at proguard.ProGuard.execute(ProGuard.java:86)
[2015-01-16 11:17:38 - SiteRank] at proguard.ProGuard.main(ProGuard.java:492)
 
길이상 가운데 일부분 절삭하였습니다.
 
프로가드를 적용하려니 이렇게 콘솔창에 에러가 나타납니다...
 
원인을 모르겠습니다 ㅠㅠ 도움좀 부탁드립니다 !
음무 (17,820 포인트) 님이 2015년 1월 16일 질문

1개의 답변

+1 추천
 
채택된 답변

com.ning.http.client.providers.netty.NettyAsyncHttpProvide

해당 라이브러리에 이미 프로가드가 적용 되어있는거 같네요~~!

해당 라이브러리는 제외하고 프로가드 하라고 proguard.txt를 편집 해주심 됩니다용~~!

ThisPlus (46,920 포인트) 님이 2015년 1월 16일 답변
음무님이 2015년 1월 22일 채택됨
...