-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
The error
A problem occurred configuring root project 'patched-app'.
> Could not resolve all artifacts for configuration ':classpath'.
> Could not find com.github.lanchon.dexpatcher:dexpatcher-gradle:2.1.3.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/github/lanchon/dexpatcher/dexpatcher-gradle/2.1.3/dexpatcher-gradle-2.1.3.pom
- https://jcenter.bintray.com/com/github/lanchon/dexpatcher/dexpatcher-gradle/2.1.3/dexpatcher-gradle-2.1.3.pom
- https://plugins.gradle.org/m2/com/github/lanchon/dexpatcher/dexpatcher-gradle/2.1.3/dexpatcher-gradle-2.1.3.pom
- file:/C:/Users/0/Desktop/dexpatcher-gradle/build/libs/dexpatcher-gradle-2.1.3.jar
- file:/C:/Users/0/Desktop/dexpatcher-gradle/build/libs/dexpatcher-gradle.jar
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
Steps to reproduce
- Install latest Android Studio version (Windows 10)
- Clone https://github.com/DexPatcher/dexpatcher-gradle-samples
- Open "patched-app" project with Android Studio
- Running the app
What i've tried to fix this
- Downgrade Android Studio version to 3.4 (for the disable Auto-Run option that was removed in later versions 3.5+)
- Providing the artifact "gradle-wrapper.jar" from https://github.com/DexPatcher/dexpatcher-gradle-samples/tree/v2/patch-lib/gradle/wrapper
Metadata
Metadata
Assignees
Labels
No labels