Git Product home page Git Product logo

Comments (7)

Kaljurand avatar Kaljurand commented on September 23, 2024

There were some png-resources missing which made the build fail. I've added these in f51b660

However, your issue seems to be caused by something else, but I cannot reproduce it, e.g. this sequence of commands works fine for me, resulting in an APK in app/build/outputs/apk/debug/.

git clone --recursive [email protected]:Kaljurand/K6nele.git
cd K6nele/
gradle assembleDebug

I'm using this platform to build:

$ gradle -v

------------------------------------------------------------
Gradle 4.1
------------------------------------------------------------

Build time:   2017-08-07 14:38:48 UTC
Revision:     941559e020f6c357ebb08d5c67acdb858a3defc2

Groovy:       2.4.11
Ant:          Apache Ant(TM) version 1.9.6 compiled on June 29 2015
JVM:          1.8.0_151 (Oracle Corporation 25.151-b12)
OS:           Linux 4.4.0-101-generic amd64

Have you tried googling for the error message that you are getting and applying the possible solutions?

from k6nele.

mariasmo avatar mariasmo commented on September 23, 2024

Hi kaljurand,
thanku for ur prompt response. really appreciate it. my gradle version is 2.1. i did google for this error and most people suggest i upgrade my gradle version.i am trying it now.i will upgrade my gradle version and see if it works.will update

from k6nele.

mariasmo avatar mariasmo commented on September 23, 2024

hi kaljurand,

after upgrading the gradle version to 4.3 i am past that error. but i am now stuck with the following error.

any help?

thanks

=========================

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not determine the dependencies of task ':app:compileReleaseJavaWithJavac'.

Could not resolve all task dependencies for configuration ':app:releaseCompileClasspath'.
Could not resolve project :speechutils:app.
Required by:
project :app
> Unable to find a matching configuration of project :speechutils:app: None of the consumable configurations have attributes.
Could not resolve project :net-speech-api.
Required by:
project :app
> Unable to find a matching configuration of project :net-speech-api: None of the consumable configurations have attributes.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

  • Get more help at https://help.gradle.org

BUILD FAILED in 10s

from k6nele.

Kaljurand avatar Kaljurand commented on September 23, 2024

It seems that the submodules (speechutils and net-speech-api) are not cloned, i.e. the respective subdirectories do not exist or do not contain any files. This does not happen if one is authenticated. I need to investigate how to best clone the repo with submodules without authentication and/or as read-only.

from k6nele.

mariasmo avatar mariasmo commented on September 23, 2024

hi kaljurand

u r right. the submodules are empty. but i am not sure if it's an authentication issue. looks like the speechutils and net-speech-api are in their own repos. could that be an issue? i trie manually downloading the repo as a zip file. that has the same issue as well. it creates the two directories but they are empty.

any suggestions?

thanks

from k6nele.

mariasmo avatar mariasmo commented on September 23, 2024

hi kaljurand

so i got bot the above mentioned repos separately and put them in the K6nele repo and build it. it built successfully.

now how to play with it? any instructions? what exactly does it do? do i need to have the gstream-server set up first?

please let me know.

thanks

from k6nele.

Kaljurand avatar Kaljurand commented on September 23, 2024

There is documentation at http://kaljurand.github.io/K6nele/about/ (most of it in Estonian though) and https://github.com/Kaljurand/K6nele/tree/master/docs. The app works out of the box with Estonian speech recognition. If you want to use it with your own recognizer then you need to set up your own server. (In case you encounter a problem, please open a separate issue.)

from k6nele.

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.