You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's a helper to open the app directly from the command line[1]. It just adds a gradle task. It
should be resolved by the jcenter repository which provides older packages. But it seems that this no
longer works.
If you don't need it just comment out the respective line:
- public transport enabler library updated (2024-11-06)
- Plugin android-rocket-launcher removed from project (#7).
It was outdated and not longer available in the repositories.
Instead I added a simplified version of the open-app-task in the apps
build.gradle file to do the same thing.
When trying to build the project using gradle, the following error occurs:
A problem occurred configuring root project 'WalkersGuide'.
I ran the command
./gradlew build
. My environment:julian@server1:~/src/WalkersGuide-Android$ ./gradlew --version
Gradle 8.3
Build time: 2023-08-17 07:06:47 UTC
Revision: 8afbf24b469158b714b36e84c6f4d4976c86fcd5
Kotlin: 1.9.0
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.12 (Debian 17.0.12+7-Debian-2deb12u1)
OS: Linux 6.1.0-25-cloud-amd64 amd64
The text was updated successfully, but these errors were encountered: