-2

新しいAndroidビルドシステムgradleを試してみたかったので、gradle 1.2をインストールし、android用のサンプルをダウンロードしました。

コマンド gradle build を使用して基本的なサンプルをビルドしようとすると、次の出力/エラーが発生します。

Download http://repo1.maven.org/maven2/com/android/tools/build/gradle/0.1/gradle
-0.1.pom
Download http://repo1.maven.org/maven2/com/android/tools/build/builder/0.1/build
er-0.1.pom
Download http://repo1.maven.org/maven2/com/android/tools/build/gradle/0.1/gradle
-0.1.jar
Download http://repo1.maven.org/maven2/com/android/tools/build/builder/0.1/build
er-0.1.jar
:prepareDebugDependencies
:compileDebugAidl
:generateDebugBuildConfig
:crunchDebugRes
:processDebugManifest
:processDebugRes
:compileDebug
Fatal Error: Unable to find package java.lang in classpath or bootclasspath
:compileDebug FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileDebug'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.

BUILD FAILED

Total time: 18.926 secs

これを修正する方法はありますか?

ありがとうございました :)

4

1 に答える 1

1

これは0.2で修正され、Mavenで利用できるようになりました。

于 2012-10-09T18:50:49.590 に答える