You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error message : org.eclipse.jdt.internal.compiler.impl.CompilerOptions.versionToJdkLevel(Ljava/lang/Object;)J
Android Studio Version : 2.3.0
Gradle Version : 3.3
Gradle Plugin Version : 2.3.0
GreenDAO Version : 3.2.0
Activity
iexxk commentedon Mar 3, 2017
i hava problem too
BDwuzhou commentedon Mar 3, 2017
same
likairoudou commentedon Mar 3, 2017
me toooooo it has some conflict with AS 2.30 ??
henrychao24 commentedon Mar 3, 2017
+1
Biswangluo commentedon Mar 3, 2017
studio 2.3 failed
wintonBy commentedon Mar 3, 2017
me too
stone100 commentedon Mar 3, 2017
me toooooooo !! Tell me what i can do ?
Hhh3S commentedon Mar 3, 2017
the same. How to back to the previous Android Studio version
greenrobot commentedon Mar 3, 2017
Looking into it now.
lazytes commentedon Mar 3, 2017
@Hhh3S
step 1:
"your
application"\gradle\wrapper\gradle-wrapper.properties `change
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
to your gradle version.
step 2:
"your
application"\build.gradle `change
classpath 'com.android.tools.build:gradle:2.3.0'
to your gradle plugin version
Hhh3S commentedon Mar 3, 2017
@lazytes Thank you very much. Now I have another problem.

lazytes commentedon Mar 3, 2017
@Hhh3S 大兄弟,这个我帮不了你啊。看这日志应该是2个版本的rxjava冲突啊。
Codeglee commentedon Mar 3, 2017
Similar but I get:
Biswangluo commentedon Mar 3, 2017
我在根目录的build 里面加上这句话就好了 之前版本配错了 但是能运行
greenrobot commentedon Mar 3, 2017
So I updated greenDAO along with the examples: d6af329
Gradle standalone and Android Studio 2.3 builds are OK for the examples. Any ideas how I could reproduce?
18 remaining items