Questions tagged [sbt-android-plugin]

sbt plugin for Android development in Scala

sbt plugin for Android development in Scala. Plugin site is at https://github.com/jberkel/android-plugin

33 questions
0
votes
2 answers

Conversion from sbt.package.File to java.io.File in SBT

I'm working on extending Jan Berkel's Android Plugin for SBT. Right now, I'm wondering, how can I convert sbt.SettingKey[sbt.package.File] to java.io.File? Is there a way to extract java.io.File from sbt.SettingKey[sbt.package.File]? For…
ioreskovic
  • 5,531
  • 5
  • 39
  • 70
0
votes
1 answer

Scala on android (retrieving data from multiple custom dialogs)

The problem I'm having is capturing data from my option menu dialogs. The example below has an options menu with four dialog layout to of the dialog capture a stringa that I need returned to the host activity. Can someone explain why the code below…
Ray Goodwin
  • 183
  • 1
  • 3
  • 9
-1
votes
2 answers

Custom android plug-in, how to print log in android stuido

Custom android plug-in, how to print log in android stuido now i used System and Logger To no avail ,I want see the log in android stuido Event log view System.out.println("Systemout:" + log); Logger.getInstance("Logger").debug(log);
1 2
3