Giter Site home page Giter Site logo

android studio error about android-demo-app HOT 1 CLOSED

pytorch avatar pytorch commented on August 12, 2024
android studio error

from android-demo-app.

Comments (1)

IvanKobzarev avatar IvanKobzarev commented on August 12, 2024

Hello @mathpopo,
Manually links from your log work for me and I can download them:
'https://jcenter.bintray.com/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar'
'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib/1.3.41/kotlin-stdlib-1.3.41.jar'
etc.

I do not know if it is your case or not, but if you need to setup proxy,
you may specify it in PyTorchDemoApp/gradle.properties or globally for your machine in ~/.gradle/gradle.properties:

systemProp.http.proxyHost=host
systemProp.http.proxyPort=8080
systemProp.https.proxyHost=host
systemProp.https.proxyPort=8080

As another option:
According to cls && ./gradlew app:dependencies
those dependencies are necessary only for lintClassPath gradle task.

You can skip lint tasks if you add
gradle=build -x lint -x lintVitalRelease to PyTorchDemoApp/gradle.properties

Please message if it is still does not work.

from android-demo-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.