netology-code / netology-code/andin-homeworks

problem launching the application

Open
#155 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Kotlin
Stars
8
Forks
44
PR merge metrics
No merged PRs in 30d

Description

У меня проблема с запуском программы.

  1. скачивал все с репозитория, сервер запускается без проблем, А само приложение пишет при сборке Could not load wrapper properties from 'C:\Users\User\AndroidStudioProjects\Threads\gradle\wrapper\gradle-wrapper.properties'.
  2. Ожидаю что приложение запустится как в лекции - а в результате даже не получается собрать. Когда я меняю версию в gradle-wrapper.properties ( как мне советует Android Studio) - например на 8.4.1 или 8.7 (При это JDK пробую разный от 17 до 22 версии), то хотя бы дает попытаться запустить, но выбрасывает ошибку Execution failed for task ':app:processDebugGoogleServices'.

File google-services.json is missing.
The Google Services Plugin cannot function without it.
Searched locations: C:\Users\User\AndroidStudioProjects\andin-code\02_threads\android\app\src\debug\google-services.json, C:\Users\User\AndroidStudioProjects\andin-code\02_threads\android\app\src\debug\google-services.json, C:\Users\User\AndroidStudioProjects\andin-code\02_threads\android\app\src\google-services.json, C:\Users\User\AndroidStudioProjects\andin-code\02_threads\android\app\src\debug\google-services.json, C:\Users\User\AndroidStudioProjects\andin-code\02_threads\android\app\src\Debug\google-services.json, C:\Users\User\AndroidStudioProjects\andin-code\02_threads\android\app\google-services.json

  1. Android Studio Koala | 2024.1.1 Patch 1 for Windows
  2. https://github.com/netology-code/andin-code/tree/master/02_threads

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the build in 02_threads/android and inspect gradle/wrapper/gradle-wrapper.properties and the reported android/app locations for google-services.json. Done means the project builds and the application launches without the reported Gradle wrapper or missing Google Services errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
build-system, mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.