When I run
./gradlew PdCore:assembleRelease
I get:
A problem occurred configuring project ':CircleOfFifths'.
A problem occurred configuring project ':PdCore'.
Could not resolve all dependencies for configuration ':PdCore:_debugCompile'.
See attached image for the state of my android-sdks folder. The support libraries, as installed by current Android Studio SDK, are in
android-sdks/extras/android/support
(wheras android-sdks/extras/google/m2repository/com/android/support is empty)
When I run
./gradlew PdCore:assembleRelease
I get:See attached image for the state of my android-sdks folder. The support libraries, as installed by current Android Studio SDK, are in android-sdks/extras/android/support (wheras android-sdks/extras/google/m2repository/com/android/support is empty)
Please advise! Thanks