chef-android-sdk icon indicating copy to clipboard operation
chef-android-sdk copied to clipboard

Development repository for Android SDK Chef Cookbook

Results 14 chef-android-sdk issues
Sort by recently updated
recently updated
newest added

This is a knock-on from https://github.com/gildegoma/chef-android-sdk/issues/12 When upgrading, components do not get installed because the guard is misconfigured. The call at https://github.com/gildegoma/chef-android-sdk/blob/master/recipes/default.rb#L109 only works if the version hasn't changed ......

As discussed in https://github.com/travis-ci/travis-ci/issues/1395#issuecomment-41911519 : Android SDK Jar files > 4.1.1.4 are not available in maven central. A workaround is to install those jar files from the SDK to the...

Two modes must be available (probably via a boolean attribute): - _install only once_: Don't re-execute `android sdk update` if components are already present (Related to #9 and #10) -...

enhancement