Code Monkey home page Code Monkey logo

Comments (9)

zuxie avatar zuxie commented on July 20, 2024

@Aashit-Sharma I deleted my token to post my code on GitHub.

from dialogflow-android-client.

Aashit-Sharma avatar Aashit-Sharma commented on July 20, 2024

Lol sorry for being a doofus.
Looks like you're calling an undefined class. Have you added all the correct dependencies to the grade build?

from dialogflow-android-client.

zuxie avatar zuxie commented on July 20, 2024

@Aashit-Sharma Yes. I included all the dependencies.
screen shot 2017-06-22 at 9 40 58 pm

from dialogflow-android-client.

folomeev avatar folomeev commented on July 20, 2024

Try to add log4j into dependency list

compile group: 'log4j', name: 'log4j', version: '1.2.17'

from dialogflow-android-client.

zuxie avatar zuxie commented on July 20, 2024

@folomeev it still gives the same error message.

from dialogflow-android-client.

folomeev avatar folomeev commented on July 20, 2024

well, it means that following import should be used instead:

compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.8.2'

from dialogflow-android-client.

zuxie avatar zuxie commented on July 20, 2024

@folomeev
Now the following error occurs:
screen shot 2017-06-22 at 11 39 03 pm
screen shot 2017-06-23 at 12 35 33 am
Sorry for all the troubles. I'm new to android programming so I'm not sure how everything works.

from dialogflow-android-client.

Aashit-Sharma avatar Aashit-Sharma commented on July 20, 2024

What are you trying to make? For a simple example, you shouldn't be having any problems in script manager.

It would be a good idea to restart afresh.

from dialogflow-android-client.

tao1 avatar tao1 commented on July 20, 2024

This issue is duplicate of issue #34 but manifests as a crash on android O

from dialogflow-android-client.

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.