I just upgraded to AS 2.0 Preview 8, and I'm trying to create my old project. I updated it to be
classpath 'com.android.tools.build:gradle-experimental:0.6.0-alpha8'
and updated gradle-wrapper.properties to use gradle-2.10-all.zip , but when I try to build my project, I get a Java stactrace statement:
Unable to load class com.android.build.gradle.managed.NdkConfig$Impl
I use Java 8 to run AS, and also to set up the JDK for the project. I also had a problem with Java7. What am I missing?
source share