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

프로가드 오류인데 정말 모르겠습니다

0 추천

구글 음성검색 grpc-google-cloud-speech-v1 적용

하루종일 씨름해도 전혀 모르겠습니다.... 도움을 부탁드립니다.

 

에러 

Warning:Exception while processing task java.io.IOException: 
Can't write D:\workspace\aaa\bbb\ccc\build\intermediates\transforms\proguard\real\release\jars\3\1f\main.jar
Can't read C:\Users\admin\.gradle\caches\modules-2\files-2.1\com.google.protobuf\protobuf-lite\3.0.1\12344534534534534534534534fc\protobuf-lite-3.0.1.jar(;;;;;;**.class) 
Duplicate zip entry protobuf-lite-3.0.1.jar:com/google/protobuf/AbstractMessageLite$Builder$LimitedInputStream.class

 

환경

안드로이드 스튜디오(IDE) 버전 3.0.1

openjdk 1.8.0

 

빌드.그래들

ext {

    grpcVersion = '1.4.0'

}

 

dependencies {

 

compile group: 'com.google.api.grpc', name: 'grpc-google-cloud-speech-v1', version: '0.1.13'

    compile "io.grpc:grpc-okhttp:${grpcVersion}"

    compile "io.grpc:grpc-protobuf-lite:${grpcVersion}"

    compile "io.grpc:grpc-stub:${grpcVersion}"

    compile 'javax.annotation:javax.annotation-api:1.2'

//    compile 'com.google.protobuf:protobuf-lite:3.0.1'

//    protobuf 'com.google.protobuf:protobuf-java:3.0.1'

 

// OAuth2 for Google API

compile('com.google.auth:google-auth-library-oauth2-http:0.7.0') {

       exclude module: 'httpclient'

}

익명사용자 님이 2019년 5월 22일 질문
2019년 5월 22일 수정

답변 달기

· 글에 소스 코드 보기 좋게 넣는 법
· 질문에 대해 추가적인 질문이나 의견이 있으면 답변이 아니라 댓글로 달아주시기 바랍니다.
표시할 이름 (옵션):
개인정보: 당신의 이메일은 이 알림을 보내는데만 사용됩니다.
스팸 차단 검사:
스팸 검사를 다시 받지 않으려면 로그인하거나 혹은 가입 하세요.
...