Issue
I just upgraded to AS 2.0 Preview 8 and I'm trying to build my old project. I updated it to be
classpath 'com.android.tools.build:gradle-experimental:0.6.0-alpha8'
and updated the gradle-wrapper.properties
to use gradle-2.10-all.zip
, but when I try to build my project I get a Java stactrace saying:
Unable to load class com.android.build.gradle.managed.NdkConfig$Impl
I'm using Java 8 to start AS as well as having that set as the JDK for the project. I was also having the same problem with Java7. What am I missing?
Solution
Oddly enough, this was fixed by simply doing a Gradle clean
. Hope this helps someone else as this was not intuitive
Answered By - FuriousGeorge
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.