You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am finding that one subsequent compiles while using Scaloid, some of my string resources are getting mixed up, i.e., seeing the wrong string for a R.string.xx resource ID.
Doing a clean build fixes the issue, though tedious to do that on every change. Removing Scaloid/Scala from the project makes the issue disappear, though I'd really like to use it.
The text was updated successfully, but these errors were encountered:
catsynth
changed the title
Strings getting mixed up when using Java + Scaloid?
String resources getting mixed up when using Java + Scaloid?
Feb 9, 2016
I've got the same issue with Android Studio (Intellij Idea). Somehow sbt interferes with Idea's compile server.
TR.scala is being compiled with wrong references. If I delete this file and use Idea's only compile server (with 'sbt clean' before) then it works fine. So the problem is somewhere in-between Scalod, Andriod Studio and android-sdk-plugin of sbt.
I am finding that one subsequent compiles while using Scaloid, some of my string resources are getting mixed up, i.e., seeing the wrong string for a R.string.xx resource ID.
Doing a clean build fixes the issue, though tedious to do that on every change. Removing Scaloid/Scala from the project makes the issue disappear, though I'd really like to use it.
The text was updated successfully, but these errors were encountered: