https://kotlinlang.org logo
#android
Title
# android
s

Sam

03/02/2018, 11:51 AM
Hi all, I hope I'm not posting this in the wrong place, please feel free to direct me accordingly if so: I'm experiencing issues running 'gradlew install' in Android Studio 3.0.1, Kotlin 1.2.21, JDK 8. It keeps failing with
compileReleaseKotlin
but none of the solutions I've tried seem to work. I'm wondering if anyone else has experienced the same issue? running --stacktrace, --info, --debug, and --scan all build successfully, it's only 'install' that doesn't.
g

gildor

03/02/2018, 12:47 PM
Install builds debug and release versions of your application and install them. Are you sure that you have configured sign config? If you want to install only debug use task installDebug instead
4 Views