Problems compiling Android project

IDEA 13.1.2 with latest Scala plugin cannot compile a SBT Android project that uses android-sdk-plugin.

The cause is that it cannot compile resources, because in the build.sbt I've declared to use a library that contains Android resources.

I'm using Scala 2.10.4.

Is there any workaround?
Thanks in advance for any help.

David

0
2 comments

One workaround is to create a fake AndroidManifest.xml that IDEA can process.

I don't know if it is best to post the subject in the Scala plugin forum, or the Android one.

0

I've crossposted to the general IDEA forum, where I can find more Android experts.

http://devnet.jetbrains.com/thread/454634

0

Please sign in to leave a comment.