KLab / PlaygroundOSS

490 stars 94 forks source link

update android gradle plugin to 0.6.+ and Gradle to 1.8 #38

Closed zaki50 closed 11 years ago

zaki50 commented 11 years ago

android gradle plugin 0.6.0 で Gradle 1.8系の AIDL まわりのバグが解消されたので、 アップデートしました。

muojp commented 11 years ago

apk seems generated successfully but lintDebug complains..

:dexRelease :processReleaseJavaRes :packageRelease :assembleRelease :assemble :compileLint :lintDebug FAILED

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':lintDebug'.

    Could not call Lint.lint() on task ':lintDebug'

could you check this, please?

zaki50 commented 11 years ago

already filed as bug. https://code.google.com/p/android/issues/detail?id=60617

I think it's better to postpone merging till 0.6.1 release

muojp commented 11 years ago

https://code.google.com/p/android/issues/detail?id=60617#c12 0.6.1 seems released. I'm testing this change in my local env.