Kaljurand / K6nele

An Android app that offers speech-to-text user interfaces to other apps
http://kaljurand.github.io/K6nele/
Apache License 2.0
267 stars 83 forks source link

Can't gradle assembleRelease (ee.ioc.phon.netspeechapi.recsession does not exist) #39

Closed mathiastj closed 8 years ago

mathiastj commented 8 years ago

Hey there While following the readme I get stuck at "gradle assembleRelease" with the error "ee.ioc.phon.netspeechapi.recsession does not exist" More specifically at ChunkedWebRecSession.

I have build the net-speech-api using "mvn package -DskipTests"

Kaljurand commented 8 years ago

Weird, everything works in my case when I run these commands:

git clone --recursive git@github.com:Kaljurand/K6nele.git
cd K6nele/
cd net-speech-api; mvn package -DskipTests; cd ..
ls -la net-speech-api/target/net-speech-api-0.1.9.jar
gradle assembleRelease
ls -al app/build/outputs/apk/app-release-unsigned.apk

Version numbers:

$ gradle --version

------------------------------------------------------------
Gradle 2.2.1
------------------------------------------------------------

Build time:   2014-11-24 09:45:35 UTC
Build number: none

Groovy:       2.3.6
Ant:          Apache Ant(TM) version 1.9.3 compiled on December 23 2013
JVM:          1.7.0_75 (Oracle Corporation 24.75-b04)
OS:           Linux 3.13.0-49-generic amd64

$ mvn --version
Apache Maven 3.0.5
Maven home: /usr/share/maven
Java version: 1.7.0_75, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.13.0-49-generic", arch: "amd64", family: "unix"
mathiastj commented 8 years ago

I'll try again with a clean clone tomorrow and see how it works out.

mathiastj commented 8 years ago

It worked when I did it again from scratch, thanks a lot!