Discussion Feed
01-30-2018
08:32 AM
1 Kudo
The gradle plugin now requires the temp 'build' directory otherwise all gradle tasks fail. 4.4.0.440 does not have the problem but the latest release 4.4.1.589 even fails on a ./gradlew clean (if you don't have a temp build directory, so run it twice if it works the first time) with the following:
java.io.FileNotFoundException: / YourCode / YourAppModule /build/appdynamics_eum_android_bci.log (No such file or directory)
Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: /YourCode/YourAppModule/build/appdynamics_eum_android_bci.log (No such file or directory)
at com.appdynamics.android.logging.BCILogger$MultiLogger.log(BCILogger.java:130)
at com.appdynamics.android.logging.BCILogger$1.log(BCILogger.java:41)
at com.appdynamics.android.logging.BCILogger.log(BCILogger.java:53)
at com.appdynamics.android.logging.BCILogger.debug(BCILogger.java:76)
at com.appdynamics.android.gradle.DependencyInjector$1.afterEvaluate(DependencyInjector.groovy:54)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
... View more
Latest Activity
- Got a Kudo for Android appdynamics-gradle-plugin broke between 4.4.0.440 and 4.4.1.589. 07-13-2018 04:55 AM
- Posted Android appdynamics-gradle-plugin broke between 4.4.0.440 and 4.4.1.589 on Latest Release. 01-30-2018 08:32 AM
Community Stats
Date Registered | 01-30-2018 08:25 AM |
Date Last Visited | 02-01-2018 10:03 AM |
Total Messages Posted | 1 |
Total Kudos Received | 1 |