jberkel / android-plugin

An sbt plugin for Android development in Scala
https://groups.google.com/forum/#!forum/scala-on-android
Other
476 stars 113 forks source link

Missing Android SDK should be warning, or checked only when really needed. #199

Open aginiewicz opened 10 years ago

aginiewicz commented 10 years ago

For cross-platform projects, like desktop/Android/iOS, it is real pain to force users to install Android SDK they will never use.

Maybe just switching the check in determineAndroidSdkPath from error to warning would do?

Seeing warning people will be aware, that if they try to compile anything, they get unexpected result.