Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String resources getting mixed up when using Java + Scaloid? #143

Open
catsynth opened this issue Feb 9, 2016 · 2 comments
Open

String resources getting mixed up when using Java + Scaloid? #143

catsynth opened this issue Feb 9, 2016 · 2 comments

Comments

@catsynth
Copy link

catsynth commented Feb 9, 2016

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.

@catsynth catsynth changed the title Strings getting mixed up when using Java + Scaloid? String resources getting mixed up when using Java + Scaloid? Feb 9, 2016
@pocorall
Copy link
Owner

Will you give me more detailed description to reproduce this problem?

@barbalion
Copy link

barbalion commented Apr 27, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants