Tobias Kaminsky
Tobias Kaminsky
Updated to support pasting text: $ echo 'pasteNC.sh $pathToFile' $ echo 'pasteNC.sh "some text"' $ echo 'cat $file | pasteNC.sh'
Talk needs to be separate as they need a push token, which is different to files push token. With the same token, there is no way to distinguish which app...
> * How many images are you using? 55k :-) > * What parameter are you using as minimum confidence? 0.99, seems it was the default? > * 2Gb may...
> The only option left in the future is to do this in batches, but will require significant work before. That would be the goal, I think :+1: Thanks for...
> Can you run the build on the command line? I encounter the same problem, and I cannot build it from command line: ./gradlew app:assembleGeneric fails
You can try it with: ``` git clone [email protected]:nextcloud/talk-android.git test cd test ./gradlew app:assembleGenericRelease ``` When I open it up in AndroidStudio, let gradle build it and just click "run...
- run the same steps in a docker (fresh linux) does work without problems - run the build step locally *after* Android Studio compiled it, works - run talk-android with...
AS 4.2 now uses Java 11 as default. We have a project (https://github.com/nextcloud/talk-android) which fails with JDK 11, but not with 8. I run both times: ./gradlew --no-build-cache cleanBuildCache clean...
You can use new Android Studio, but have to manually configure old Java 8. At least in our case it is "only" about JDK version, not about Android Studio version.
On Arch there is a script to change it system wide. Within AS it should be enough to go to File -> project settings and then choose JDK 8, but...