Hi,

I've found a lot of information on importing SBT projects to IntelliJ, but 
> I can't find anything on making an IntelliJ project into an SBT project.
>
There is currently no adequate IDEA→SBT export tool, as far as I know, 
especially with Android support.
 

> Ideally, I'd like to change the project in-situ (by just creating the 
> right .sbt files?).
>
Yes, that’s what you have to do. Shouldn’t take long — you’ll need the 
build.sbt file, the project/plugins.sbt and project/build.properties.
You can keep the unmanaged dependencies in libs/ if you want. 
proguard-project.txt can be copied into the build file, or just do

proguardOptions in Android ++= IO.readLines("proguard-project.txt")

 
Hope that helps,
Nick
 

> I suspect this is a lot easier to do than I'm making it out to be, but as 
> I haven't found any relevant information I don't know where to start. If 
> you can nudge me in the right direction, that'd be very helpful of you.
>

-- 
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.

Reply via email to