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

Adding emulator-options key that can be used to send additional arguments... #137

Open tbje opened 12 years ago

tbje commented 12 years ago

... when starting emulator.

I.e.: -front-camera webcam0 Added SettingsKey emulatorOptions defaulted to empty string. Used in emulatorStartTask.

travisbot commented 12 years ago

This pull request fails (merged 313acffb into ef843571).

tbje commented 12 years ago

Seems like Travis doesn't like sbt-0.12. The code compiles fine here.

xuwei-k commented 12 years ago

Seems like Travis doesn't like sbt-0.12. The code compiles fine here.

I sent pull request #138 . travis issue will fix if my pull request merged