voydz / souyuz

Fastlane build plugin for building Xamarin.iOS and Xamarin.Android applications
MIT License
37 stars 10 forks source link

Check for ANDROID_HOME environment variable #22

Closed johannesberdin closed 6 years ago

johannesberdin commented 6 years ago

The zipalign command requires $ANDROID_HOME env variable to be set, we should add an existence-check to prevent "misleading" error messages like in #21: "no implicit conversion of nil into String"