--
You received this message because you are subscribed to the Google Groups "Tinode General" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tinode+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tinode/0587bad6-cfb6-4acb-ad69-fdd2d5743306n%40googlegroups.com.
Thank you received app-debug.apk Which does not work The application closes immediately on startup with an errorСпасибо получил app-debug.apk Который не работает Приложение при запуске сразу закрывается с ошибкойWhat did I do before / Что мне пришлось сделать1.A problem occurred evaluating project ':app'.
> C:\Users\....\StudioProjects\tindroid\keystore.propertiesCreated a keystore.properties file with the text: / Создал файл keystore.properties с текстом:storePassword=my.keystore
keyPassword=key_password
keyAlias=my_key_alias
storeFile=store_file2.Execution failed for task ':app:processDebugGoogleServices'.
> File google-services.json is missing. The Google Services Plugin cannot function without it.
Tell me please / Подскажите пожалуйстаHow to deal with it? / Как с этим поступить?Task :app:uploadCrashlyticsMappingFileRelease FAILED
Execution failed for task ':app:uploadCrashlyticsMappingFileRelease'.
> Failed to calculate the value of task ':app:uploadCrashlyticsMappingFileRelease' property 'googleServicesResourceRoot'.
> Could not get unknown property 'intermediateDir' for task ':app:processReleaseGoogleServices' of type com.google.gms.googleservices.GoogleServicesTask.
Thanks, I managed to get app-release.apk versions 0.19.3 and 0.20.0rc-1
It is very reminiscent of dancing with a tambourine. Not everything is as smooth as we would like.
Further not on this topic is the question of organization. There is a list of broken functionality.
For example, which can work on the web, but not in the mobile application (android). I wanted to understand, is this relevant for developers?
git rev-list --count HEAD
It should return a number.
error compilingcondole android studio> Task :app:mergeReleaseNativeDebugMetadata NO-SOURCE
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:processReleaseResources'.
> A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
> Android resource linking failed
co.tinode.tindroid.app-main-58:/layout/dialog_add_credential.xml:14: error: resource string/add_credential (aka co.tinode.tindroidx:string/add_credential) not found.
error: failed linking file resources.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:bundleReleaseResources'.
> A failure occurred while executing com.android.build.gradle.internal.res.Aapt2ProcessResourcesRunnable
> Android resource linking failed
co.tinode.tindroid.app-main-58:/layout/dialog_add_credential.xml:14: error: resource string/add_credential (aka co.tinode.tindroidx:string/add_credential) not found.
error: failed linking file resources.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================
* Get more help at https://help.gradle.org
BUILD FAILED in 1m 55s
63 actionable tasks: 63 executed
error: failed linking file resources.
There is no '/layout/dialog_add_credential.xml' in 'https://github.com/tinode/tindroid/tree/v0.22.0/app/src/main/res/layout'.I'm not sure what you are building.