A bit more background. Digging through the logs, I see:

com.android.ide.common.internal.LoggedErrorException: Failed to run command:
   
C:\Users\nolan\AppData\Local\Android\android-sdk\build-tools\20.0.0\dx.bat
-JXmx1024m --dex --incremental --no-strict --num-threads=4 --output
C:\Users\nolan\Projects\B2G\Editor\target\android-bin
C:\Users\nolan\Projects\B2G\Editor\target\android-bin\classes.proguard.jar
Error Code:
    1


The --core-library option is nowhere in this command run, despite my
settings in build.sbt. If I run the command manually and add
--core-library, the command succeeds (whether the project will work, of
course, is another matter. :)

What am I missing?

On 10/8/2014 2:03 PM, Nolan Darilek wrote:
> I'm attempting to pass the --core-library option to dex. How is this done?
>
> I've tried:
>
> dexCoreLibrary in Android := true
>
> in build.sbt, but I still get a scary warning about needing to pass
> --core-library. Was this not implemented or am I missing something?
>
> Thanks.

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