The linked lines in the gist should now be #27 and #28.

On Wednesday, February 5, 2014 5:27:17 PM UTC, Nick Stanchenko wrote:
>
> Looks like you have an older version of the android-plugin. The one I have:
> 1) Generates another file called “typed_layouts.scala” before this step 
> https://gist.github.com/bmpc/8828401#file-sbt_output-L32
> 2) Runs AAPT (Android resource/asset compiler) for every apklib and 
> aarlib, not just your app 
> https://gist.github.com/bmpc/8828401#file-sbt_output-L31
>
> Well, the first one is just to track the version, but the second one 
> causes your actual problem — resources for appcompat are not packaged.
>
> Try to clone https://github.com/jberkel/android-plugin, run “sbt 
> publish-local” in the cloned repo and modify your “project/plugins.sbt” to 
> depend on “0.7.1-SNAPSHOT” version of the plugin.
>

-- 
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/groups/opt_out.

Reply via email to