auto-parcel icon indicating copy to clipboard operation
auto-parcel copied to clipboard

‌Build failed with android studio 3.1

Open LinArcX opened this issue 8 years ago • 0 comments

Hi. i want to use auto-parecel alongside simple-stack for this task. When i add this library and sync the gradle everything is ok, but when i build the project this error appear:

> Error:Could not resolve all files for configuration ':app:debugAnnotationProcessorClasspath'.
> > Could not resolve frankiesardo:auto-parcel:1.0.3.
>   Required by:
>       project :app
>    > Could not resolve frankiesardo:auto-parcel:1.0.3.
>       > Could not get resource 'https://clojars.org/repo/frankiesardo/auto-parcel/1.0.3/auto-parcel-1.0.3.pom'.
>          > Could not GET 'https://clojars.org/repo/frankiesardo/auto-parcel/1.0.3/auto-parcel-1.0.3.pom'. Received status code 403 from server: Request blocked by Privoxy

I follow the instructions in this page for install auto-parcel. And this is my gradle-properties:

systemProp.http.proxyHost=127.0.0.1
 systemProp.http.proxyPort=8123
 systemProp.https.proxyHost=127.0.0.1
 systemProp.https.proxyPort=8123
 systemProp.socks.proxyHost=127.0.0.1
 systemProp.socks.proxyPort=9050

LinArcX avatar Jan 20 '18 11:01 LinArcX