Derek Ealy

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Derek Ealy commented, -
Derek Ealy created a post, Failed to set up dependencies with latest Android Studio 1.4
HiI recently upgraded AS to 1.4 and am now getting an error that says it is ignoring my dependencies from a java module to an Android module. This is a new warning since the upgrade. Running my Gra... -
Derek Ealy created a post, Run config for Java app, using just class files vs completed jars
HiOne of our Gradle projects takes a really long time to build the final jar. It has to compress over 2GB of data and takes ~2min to finish. This kills our productivity when debugging if we just ma... -
Derek Ealy created a post, Gradle project sync failed. Basic functionality ... will not work properly
I've been getting this error in one of my projects in Android Studio for a couple of days now and have't been able to figure out what the problem is. When I sync the Gradle project it always says: ... -
Derek Ealy created a post, Gradle Script parameters not being passed along
My gradle build scripts by default have org.parallel=true defined in the gradle.properties file. This makes the builds execute faster in parallel mode. However there are a few tasks which don't wor... -
-
Derek Ealy created a post, Troubleshooting slow performance when typing
HiI've been using Android Studio for about a month now and today, kinda all of the sudden it started performing really slowly. When I'm typing in AS the fan spins up and performance slows down. Key... -
Derek Ealy created a post, Invoking Gradle task on module executes that task on all modules in whole project
I have a Gradle build with over 30 sub projects. In Android Studio I can build it all with no problem. However if I want to run a task on a single module, it executes that task on all modules, whic... -
Derek Ealy created a post, Is there support for Android NDK?
HiI just started on a new project and was looking into the possibility of using Intellij instead of Eclipse. One problem I've run into is the fact that we use the NDK for some hardware specific stu... -
Derek Ealy commented,