jberkel / android-plugin

An sbt plugin for Android development in Scala
https://groups.google.com/forum/#!forum/scala-on-android
Other
476 stars 113 forks source link

Cannot access resources defined in Android library project #159

Open levinotik opened 11 years ago

levinotik commented 11 years ago

I've added a library project as a dependency in my Build.scala. If I reference a custom view from the library project inside of my XML resource, my app crashes due to an error inflating the view. Any ideas on how to resolve this?