2017-11-17 8 views
1

adt-bundle-windows-x86_64-20130219をダウンロードして、をAndroid SDKのルートに適用します(JenkinsのConfigure System)。Jenkins:次のSDKコンポーネントの使用許諾契約書に同意していません

私のエラーは、次のとおりです。

* What went wrong: 
A problem occurred configuring project ':app'. 
> You have not accepted the license agreements of the following SDK 
components: 
[Android SDK Build-Tools 25.0.2, Android SDK Platform 25]. 
Before building your project, you need to accept the license agreements and 
complete the installation of the missing components using the Android 
Studio SDK Manager. 
Alternatively, to learn how to transfer the license agreements from one 
workstation to another, go to http://d.android.com/r/studio-ui/export- 
licenses.html 

私は$ANDROID_HOME/tools/bin./sdkmanager --licenses を実行する必要がチュートリアルをたくさん見てきました。しかし、実際の問題は、私は自分のadtバンドルにBINを持っていないということです。ここに私のディレクトリ:C:\Users\user\Desktop\Gradle\adt-bundle-windows-x86_64-20130219\sdk\toolsがあります。 binフォルダはありません。私は持っていません。間違ったSDKツールをダウンロードしましたか?私はまた、SDKマネージャを実行します。残念ながら、binフォルダはツールにはありません。 JENKINSジョブで

追加情報: 私はただのGradleスクリプトを起動してタスクを追加します。packageDebugこれが解決される

答えて

0

。そのディレクトリ内のCMDのツール/ binディレクトリに

  1. ダウンロードSDKツールアンドロイドスタジオのウェブサイト
  2. にフォルダを作成し、そのフォルダの中にSDKを抽出
  3. ゴー
  4. ゴー:

    手順./sdkmanager.bat --licensesと入力してください。

  5. yを押すたびにyを押して、liceneseを求めます。
関連する問題