netology-code / netology-code/andin-homeworks
problem launching the application
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 8
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
У меня проблема с запуском программы.
- скачивал все с репозитория, сервер запускается без проблем, А само приложение пишет при сборке Could not load wrapper properties from 'C:\Users\User\AndroidStudioProjects\Threads\gradle\wrapper\gradle-wrapper.properties'.
- Ожидаю что приложение запустится как в лекции - а в результате даже не получается собрать. Когда я меняю версию в 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
- Android Studio Koala | 2024.1.1 Patch 1 for Windows
- https://github.com/netology-code/andin-code/tree/master/02_threads
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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