I'd say it's best to start from scratch using https://github.com/pfn/android-sdk-plugin or grab another template (I'm not aware if there are any updated ones) - the g8 template you mentioned is based on plugin https://github.com/jberkel/android-plugin that wasn't updated in one year now.
An Android g8 template I'm involved in, recently switched from jberkel to pfn plugin - you can see the pull request here: https://github.com/ajhager/libgdx-sbt-project.g8/pull/79 - it might help you do the porting if you want (though keep in mind this was a bit more involved, because it is cross platform using libgdx - and the shift is unfinished, because we don't have iOS back yet). Hope it helps, if not other might have better experience with templates not based on libgdx, Andrzej. On Thu, Sep 11, 2014 at 9:53 AM, Sean Wolfe <[email protected]> wrote: > I'm about to fork this repo and see if I can get it running a newer versino > of Scala, and fix some old android SDK references (it's expecting aapt to be > in platform-tools/ whereas it's since changed to > build-tools/<androidversion>/aapt . > > https://github.com/gseitz/android-sbt-project.g8 > > Anybody here use this one recently? > > I love g8 by the way! Seems to work aaaaas advertised ! > > -- > You received this message because you are subscribed to the Google Groups > "scala-on-android" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "scala-on-android" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
