Skip to content

build failed after update Android Studio #601

Closed
@lazytes

Description

@lazytes

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

iexxk commented on Mar 3, 2017

@iexxk

i hava problem too

BDwuzhou

BDwuzhou commented on Mar 3, 2017

@BDwuzhou

same

likairoudou

likairoudou commented on Mar 3, 2017

@likairoudou

me toooooo it has some conflict with AS 2.30 ??

henrychao24

henrychao24 commented on Mar 3, 2017

@henrychao24

+1

Biswangluo

Biswangluo commented on Mar 3, 2017

@Biswangluo

studio 2.3 failed

wintonBy

wintonBy commented on Mar 3, 2017

@wintonBy

me too

stone100

stone100 commented on Mar 3, 2017

@stone100

me toooooooo !! Tell me what i can do ?

Hhh3S

Hhh3S commented on Mar 3, 2017

@Hhh3S

the same. How to back to the previous Android Studio version

greenrobot

greenrobot commented on Mar 3, 2017

@greenrobot
Owner

Looking into it now.

lazytes

lazytes commented on Mar 3, 2017

@lazytes
Author

@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

Hhh3S commented on Mar 3, 2017

@Hhh3S

@lazytes Thank you very much. Now I have another problem.
qq 20170303170235

lazytes

lazytes commented on Mar 3, 2017

@lazytes
Author

@Hhh3S 大兄弟,这个我帮不了你啊。看这日志应该是2个版本的rxjava冲突啊。

Codeglee

Codeglee commented on Mar 3, 2017

@Codeglee

Similar but I get:

Error:Execution failed for task ':app:greendao'.
> org.eclipse.jdt.internal.compiler.impl.CompilerOptions.versionToJdkLevel(Ljava/lang/Object;)J
Biswangluo

Biswangluo commented on Mar 3, 2017

@Biswangluo
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.1' 

我在根目录的build 里面加上这句话就好了 之前版本配错了 但是能运行

greenrobot

greenrobot commented on Mar 3, 2017

@greenrobot
Owner

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

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @greenrobot@phamquyhai@SwordBearer@Biswangluo@hanq

        Issue actions

          build failed after update Android Studio · Issue #601 · greenrobot/greenDAO